mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 22:04:59 +00:00
cs: Switch to a stricter way of coding - this might break in a lot of places.
This commit is contained in:
@@ -133,7 +133,7 @@ class AuthorizationHelper implements AuthorizationHelperInterface
|
||||
break;
|
||||
}
|
||||
|
||||
if ($scope->getId() == $roleScope->getScope()->getId()) {
|
||||
if ($scope->getId() === $roleScope->getScope()->getId()) {
|
||||
$centers[] = $groupCenter->getCenter();
|
||||
|
||||
break;
|
||||
|
Reference in New Issue
Block a user