Remove the code that is not needed anymore #978
Annotations
1 error and 1 warning
mutation / PHP 8.3-ubuntu-latest
Process completed with exit code 1.
|
mutation / PHP 8.3-ubuntu-latest:
src/Manager.php#L91
Escaped Mutant for Mutator "Break_":
--- Original
+++ New
@@ @@
foreach ($data['children'] as $childItem) {
if (!$this->executeRule($userId === null ? $userId : (string) $userId, $childItem, $parameters)) {
$hasPermission = false;
- break;
+ continue;
}
}
if ($hasPermission) {
|