mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-06 21:39:42 +00:00
DX: fix cs
This commit is contained in:
@@ -67,7 +67,7 @@ final class TimelineProviderTest extends WebTestCase
|
||||
self::$em
|
||||
->getRepository(\Chill\MainBundle\Entity\Scope::class)
|
||||
->findAll(),
|
||||
static fn(Scope $scope) => $scope->getName()['en'] === 'social'
|
||||
static fn (Scope $scope) => $scope->getName()['en'] === 'social'
|
||||
);
|
||||
|
||||
$report = (new Report())
|
||||
|
Reference in New Issue
Block a user