Additions to PR 263 #989
Annotations
1 error and 1 warning
Run roave infection.
Process completed with exit code 1.
|
Run roave infection.:
src/Manager.php#L129
Escaped Mutant for Mutator "ArrayOneItem":
--- Original
+++ New
@@ @@
$userItemNames[] = $roleName;
}
}
- return $userItemNames;
+ return count($userItemNames) > 1 ? array_slice($userItemNames, 0, 1, true) : $userItemNames;
}
public function canAddChild(string $parentName, string $childName) : bool
{
|
The logs for this run have expired and are no longer available.
Loading