Lock file maintenance #2905
continuous-integration.yml
on: push
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
Annotations
14 errors and 8 warnings
Static Analysis by PHPStan (locked, 8.2, ubuntu-latest):
src/Reflection/Adapter/ReflectionClass.php#L52
Cannot unset @readonly ReflectionClass::$name property.
|
Static Analysis by PHPStan (locked, 8.2, ubuntu-latest):
src/Reflection/Adapter/ReflectionEnum.php#L38
Cannot unset @readonly ReflectionClass::$name property.
|
Static Analysis by PHPStan (locked, 8.2, ubuntu-latest):
src/Reflection/Adapter/ReflectionObject.php#L33
Cannot unset @readonly ReflectionClass::$name property.
|
Static Analysis by PHPStan (locked, 8.2, ubuntu-latest)
Process completed with exit code 1.
|
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest)
The job was canceled because "locked_8_2_ubuntu-latest" failed.
|
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest):
src/Reflection/Adapter/ReflectionClass.php#L52
Cannot unset @readonly ReflectionClass::$name property.
|
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest):
src/Reflection/Adapter/ReflectionEnum.php#L38
Cannot unset @readonly ReflectionClass::$name property.
|
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest):
src/Reflection/Adapter/ReflectionObject.php#L33
Cannot unset @readonly ReflectionClass::$name property.
|
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest)
The operation was canceled.
|
Static Analysis by PHPStan (locked, 8.3, ubuntu-latest)
The job was canceled because "locked_8_2_ubuntu-latest" failed.
|
Static Analysis by PHPStan (locked, 8.3, ubuntu-latest):
src/Reflection/Adapter/ReflectionClass.php#L52
Cannot unset @readonly ReflectionClass::$name property.
|
Static Analysis by PHPStan (locked, 8.3, ubuntu-latest):
src/Reflection/Adapter/ReflectionEnum.php#L38
Cannot unset @readonly ReflectionClass::$name property.
|
Static Analysis by PHPStan (locked, 8.3, ubuntu-latest):
src/Reflection/Adapter/ReflectionObject.php#L33
Cannot unset @readonly ReflectionClass::$name property.
|
Static Analysis by PHPStan (locked, 8.3, ubuntu-latest)
The operation was canceled.
|
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;
}
}
|
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#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($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 || $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 || $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 "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/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
|