feat: add support for PHP 8.4 #1168
Annotations
2 warnings
Mutation tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/cache@v3.2.5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Mutation tests:
src/Type/Parser/Factory/Specifications/AliasSpecification.php#L93
Escaped Mutant for Mutator "InstanceOf_":
--- Original
+++ New
@@ @@
}
if ($reflection->inNamespace()) {
$namespace = $reflection->getNamespaceName();
- } elseif ($reflection instanceof ReflectionFunction) {
+ } elseif (false) {
$namespace = PhpParser::parseNamespace($reflection);
}
if (!isset($namespace)) {
|