mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 14:25:00 +00:00
cs-fixer
This commit is contained in:
@@ -41,7 +41,7 @@ class UserTest extends TestCase
|
||||
self::assertNotNull(
|
||||
$user
|
||||
->getMainScopeHistories()
|
||||
->filter(fn (User\UserScopeHistory $userScopeHistory) => $userScopeHistory->getScope() === $scopeA )
|
||||
->filter(fn (User\UserScopeHistory $userScopeHistory) => $userScopeHistory->getScope() === $scopeA)
|
||||
->first()->getEndDate()
|
||||
);
|
||||
|
||||
@@ -63,7 +63,7 @@ class UserTest extends TestCase
|
||||
self::assertNotNull(
|
||||
$user
|
||||
->getUserJobHistories()
|
||||
->filter(fn(User\UserJobHistory $userJobHistory) => $userJobHistory->getJob() === $jobA )
|
||||
->filter(fn (User\UserJobHistory $userJobHistory) => $userJobHistory->getJob() === $jobA)
|
||||
->first()->getEndDate()
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user