mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 22:35:01 +00:00
php cs fixes after updating php cs fixer
This commit is contained in:
@@ -36,7 +36,9 @@ final class ScopeResolverDispatcherTest extends TestCase
|
||||
{
|
||||
$scope = new Scope();
|
||||
$entity = new class ($scope) implements HasScopeInterface {
|
||||
public function __construct(private readonly Scope $scope) {}
|
||||
public function __construct(private readonly Scope $scope)
|
||||
{
|
||||
}
|
||||
|
||||
public function getScope()
|
||||
{
|
||||
|
Reference in New Issue
Block a user