mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 22:35:01 +00:00
fixes after merge of master into upgrade-sf4
This commit is contained in:
@@ -36,9 +36,7 @@ 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