mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-31 12:03:48 +00:00
fix phpstan issues
This commit is contained in:
@@ -209,9 +209,9 @@ class AuthorizationHelper implements AuthorizationHelperInterface
|
||||
|
||||
throw new UnexpectedValueException(
|
||||
sprintf(
|
||||
'The entity given is not an instance of %s, %s given',
|
||||
'The entity given is not an instance of %s or an array of centers, %s given',
|
||||
Center::class,
|
||||
$center::class
|
||||
gettype($center)
|
||||
)
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user