Skip to content

Update all non-major dependencies #3328

Update all non-major dependencies

Update all non-major dependencies #3328

Triggered via pull request July 21, 2025 06:56
Status Failure
Total duration 14m 26s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

continuous-integration.yml

on: pull_request
Matrix: Check Backward Compatibility
Matrix: Run benchmarks
Matrix: Check Coding Standards
Matrix: Test Compatibility
Matrix: Check Demo Scripts
Matrix: Mutation tests
Matrix: PHPUnit tests
Matrix: Static Analysis by PHPStan
Matrix: Static Analysis by Psalm
Fit to window
Zoom out
Zoom in

Annotations

23 errors and 8 warnings
Static Analysis by PHPStan (locked, 8.3, ubuntu-latest): test/unit/Reflection/Adapter/ReflectionFunctionTest.php#L223
Call to method Roave\BetterReflection\Reflection\Adapter\ReflectionFunction::getClosure() on a separate line has no effect.
Static Analysis by PHPStan (locked, 8.3, ubuntu-latest): test/unit/Reflection/Adapter/ReflectionEnumUnitCaseTest.php#L301
Call to method Roave\BetterReflection\Reflection\Adapter\ReflectionEnumUnitCase::getAttributes() on a separate line has no effect.
Static Analysis by PHPStan (locked, 8.3, ubuntu-latest): test/unit/Reflection/Adapter/ReflectionEnumTest.php#L663
Call to method Roave\BetterReflection\Reflection\Adapter\ReflectionEnum::getAttributes() on a separate line has no effect.
Static Analysis by PHPStan (locked, 8.3, ubuntu-latest): test/unit/Reflection/Adapter/ReflectionEnumTest.php#L468
Call to method Roave\BetterReflection\Reflection\Adapter\ReflectionEnum::getStaticPropertyValue() on a separate line has no effect.
Static Analysis by PHPStan (locked, 8.3, ubuntu-latest): test/unit/Reflection/Adapter/ReflectionEnumBackedCaseTest.php#L301
Call to method Roave\BetterReflection\Reflection\Adapter\ReflectionEnumBackedCase::getAttributes() on a separate line has no effect.
Static Analysis by PHPStan (locked, 8.3, ubuntu-latest): test/unit/Reflection/Adapter/ReflectionClassTest.php#L1174
Call to method Roave\BetterReflection\Reflection\Adapter\ReflectionClass::getAttributes() on a separate line has no effect.
Static Analysis by PHPStan (locked, 8.3, ubuntu-latest): test/unit/Reflection/Adapter/ReflectionClassTest.php#L835
Call to method Roave\BetterReflection\Reflection\Adapter\ReflectionClass::getStaticPropertyValue() on a separate line has no effect.
Static Analysis by PHPStan (locked, 8.3, ubuntu-latest): test/unit/Reflection/Adapter/ReflectionClassTest.php#L775
Call to method Roave\BetterReflection\Reflection\Adapter\ReflectionClass::getStaticPropertyValue() on a separate line has no effect.
Static Analysis by PHPStan (locked, 8.3, ubuntu-latest): test/unit/Reflection/Adapter/ReflectionClassTest.php#L716
Call to method Roave\BetterReflection\Reflection\Adapter\ReflectionClass::getStaticPropertyValue() on a separate line has no effect.
Static Analysis by PHPStan (locked, 8.3, ubuntu-latest): test/unit/Reflection/Adapter/ReflectionClassConstantTest.php#L328
Call to method Roave\BetterReflection\Reflection\Adapter\ReflectionClassConstant::getAttributes() on a separate line has no effect.
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest)
The operation was canceled.
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest)
The strategy configuration was canceled because "static-analysis-phpstan.locked_8_3_ubuntu-latest" failed
Static Analysis by PHPStan (locked, 8.2, ubuntu-latest): test/unit/Reflection/Adapter/ReflectionFunctionTest.php#L223
Call to method Roave\BetterReflection\Reflection\Adapter\ReflectionFunction::getClosure() on a separate line has no effect.
Static Analysis by PHPStan (locked, 8.2, ubuntu-latest): test/unit/Reflection/Adapter/ReflectionEnumUnitCaseTest.php#L301
Call to method Roave\BetterReflection\Reflection\Adapter\ReflectionEnumUnitCase::getAttributes() on a separate line has no effect.
Static Analysis by PHPStan (locked, 8.2, ubuntu-latest): test/unit/Reflection/Adapter/ReflectionEnumTest.php#L663
Call to method Roave\BetterReflection\Reflection\Adapter\ReflectionEnum::getAttributes() on a separate line has no effect.
Static Analysis by PHPStan (locked, 8.2, ubuntu-latest): test/unit/Reflection/Adapter/ReflectionEnumTest.php#L468
Call to method Roave\BetterReflection\Reflection\Adapter\ReflectionEnum::getStaticPropertyValue() on a separate line has no effect.
Static Analysis by PHPStan (locked, 8.2, ubuntu-latest): test/unit/Reflection/Adapter/ReflectionEnumBackedCaseTest.php#L301
Call to method Roave\BetterReflection\Reflection\Adapter\ReflectionEnumBackedCase::getAttributes() on a separate line has no effect.
Static Analysis by PHPStan (locked, 8.2, ubuntu-latest): test/unit/Reflection/Adapter/ReflectionClassTest.php#L1174
Call to method Roave\BetterReflection\Reflection\Adapter\ReflectionClass::getAttributes() on a separate line has no effect.
Static Analysis by PHPStan (locked, 8.2, ubuntu-latest): test/unit/Reflection/Adapter/ReflectionClassTest.php#L835
Call to method Roave\BetterReflection\Reflection\Adapter\ReflectionClass::getStaticPropertyValue() on a separate line has no effect.
Static Analysis by PHPStan (locked, 8.2, ubuntu-latest): test/unit/Reflection/Adapter/ReflectionClassTest.php#L775
Call to method Roave\BetterReflection\Reflection\Adapter\ReflectionClass::getStaticPropertyValue() on a separate line has no effect.
Static Analysis by PHPStan (locked, 8.2, ubuntu-latest): test/unit/Reflection/Adapter/ReflectionClassTest.php#L716
Call to method Roave\BetterReflection\Reflection\Adapter\ReflectionClass::getStaticPropertyValue() on a separate line has no effect.
Static Analysis by PHPStan (locked, 8.2, ubuntu-latest): test/unit/Reflection/Adapter/ReflectionClassConstantTest.php#L328
Call to method Roave\BetterReflection\Reflection\Adapter\ReflectionClassConstant::getAttributes() on a separate line has no effect.
Static Analysis by PHPStan (locked, 8.2, ubuntu-latest)
The strategy configuration was canceled because "static-analysis-phpstan.locked_8_3_ubuntu-latest" failed
Mutation tests (locked, 8.4, ubuntu-latest): src/SourceLocator/Type/AutoloadSourceLocator.php#L204
Escaped Mutant for Mutator "TrueValue": @@ @@ } private function silenceErrors(): void { - set_error_handler(static fn(): bool => true); + set_error_handler(static fn(): bool => false); } /** * We can only load functions if they already exist, because PHP does not
Mutation tests (locked, 8.4, ubuntu-latest): src/Reflection/ReflectionFunctionAbstract.php#L516
Escaped Mutant for Mutator "LogicalOrAllSubExprNegation": @@ @@ if ($returnType === null) { return null; } - assert($returnType instanceof Node\Identifier || $returnType instanceof Node\Name || $returnType instanceof Node\NullableType || $returnType instanceof Node\UnionType || $returnType instanceof Node\IntersectionType); + assert(!$returnType instanceof Node\Identifier || !$returnType instanceof Node\Name || !$returnType instanceof Node\NullableType || !$returnType instanceof Node\UnionType || !$returnType instanceof Node\IntersectionType); return ReflectionType::createFromNode($this->reflector, $this, $returnType); } /** @return list<ReflectionAttribute> */
Mutation tests (locked, 8.4, ubuntu-latest): src/Reflection/ReflectionFunctionAbstract.php#L516
Escaped Mutant for Mutator "InstanceOf_": @@ @@ if ($returnType === null) { return null; } - assert($returnType instanceof Node\Identifier || $returnType instanceof Node\Name || $returnType instanceof Node\NullableType || $returnType instanceof Node\UnionType || $returnType instanceof Node\IntersectionType); + assert($returnType instanceof Node\Identifier || $returnType instanceof Node\Name || $returnType instanceof Node\NullableType || $returnType instanceof Node\UnionType || true); return ReflectionType::createFromNode($this->reflector, $this, $returnType); } /** @return list<ReflectionAttribute> */
Mutation tests (locked, 8.4, ubuntu-latest): src/Reflection/ReflectionFunctionAbstract.php#L516
Escaped Mutant for Mutator "InstanceOf_": @@ @@ if ($returnType === null) { return null; } - assert($returnType instanceof Node\Identifier || $returnType instanceof Node\Name || $returnType instanceof Node\NullableType || $returnType instanceof Node\UnionType || $returnType instanceof Node\IntersectionType); + assert($returnType instanceof Node\Identifier || $returnType instanceof Node\Name || $returnType instanceof Node\NullableType || true || $returnType instanceof Node\IntersectionType); return ReflectionType::createFromNode($this->reflector, $this, $returnType); } /** @return list<ReflectionAttribute> */
Mutation tests (locked, 8.4, ubuntu-latest): src/Reflection/ReflectionFunctionAbstract.php#L516
Escaped Mutant for Mutator "InstanceOf_": @@ @@ if ($returnType === null) { return null; } - assert($returnType instanceof Node\Identifier || $returnType instanceof Node\Name || $returnType instanceof Node\NullableType || $returnType instanceof Node\UnionType || $returnType instanceof Node\IntersectionType); + assert($returnType instanceof Node\Identifier || $returnType instanceof Node\Name || true || $returnType instanceof Node\UnionType || $returnType instanceof Node\IntersectionType); return ReflectionType::createFromNode($this->reflector, $this, $returnType); } /** @return list<ReflectionAttribute> */
Mutation tests (locked, 8.4, ubuntu-latest): src/Reflection/ReflectionFunctionAbstract.php#L516
Escaped Mutant for Mutator "InstanceOf_": @@ @@ if ($returnType === null) { return null; } - assert($returnType instanceof Node\Identifier || $returnType instanceof Node\Name || $returnType instanceof Node\NullableType || $returnType instanceof Node\UnionType || $returnType instanceof Node\IntersectionType); + assert($returnType instanceof Node\Identifier || true || $returnType instanceof Node\NullableType || $returnType instanceof Node\UnionType || $returnType instanceof Node\IntersectionType); return ReflectionType::createFromNode($this->reflector, $this, $returnType); } /** @return list<ReflectionAttribute> */
Mutation tests (locked, 8.4, ubuntu-latest): src/Reflection/ReflectionFunctionAbstract.php#L516
Escaped Mutant for Mutator "InstanceOf_": @@ @@ if ($returnType === null) { return null; } - assert($returnType instanceof Node\Identifier || $returnType instanceof Node\Name || $returnType instanceof Node\NullableType || $returnType instanceof Node\UnionType || $returnType instanceof Node\IntersectionType); + assert(true || $returnType instanceof Node\Name || $returnType instanceof Node\NullableType || $returnType instanceof Node\UnionType || $returnType instanceof Node\IntersectionType); return ReflectionType::createFromNode($this->reflector, $this, $returnType); } /** @return list<ReflectionAttribute> */
Mutation tests (locked, 8.4, ubuntu-latest): src/Reflection/ReflectionFunctionAbstract.php#L380
Escaped Mutant for Mutator "InstanceOf_": @@ @@ } /** @psalm-var mixed $nodePropertyArrayItem */ foreach ($nodeProperty as $nodePropertyArrayItem) { - if ($nodePropertyArrayItem instanceof Node && $this->nodeIsOrContainsYield($nodePropertyArrayItem)) { + if (true && $this->nodeIsOrContainsYield($nodePropertyArrayItem)) { return true; } }