mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-27 10:03:49 +00:00
DX: rector rules upt to PHP 74
This commit is contained in:
@@ -67,9 +67,7 @@ final class TimelineProviderTest extends WebTestCase
|
||||
self::$em
|
||||
->getRepository(\Chill\MainBundle\Entity\Scope::class)
|
||||
->findAll(),
|
||||
static function (Scope $scope) {
|
||||
return $scope->getName()['en'] === 'social';
|
||||
}
|
||||
static fn(Scope $scope) => $scope->getName()['en'] === 'social'
|
||||
);
|
||||
|
||||
$report = (new Report())
|
||||
|
Reference in New Issue
Block a user