Skip to content

Allow reinitialization of a readonly property in __clone since PHP8.3 #29917

Allow reinitialization of a readonly property in __clone since PHP8.3

Allow reinitialization of a readonly property in __clone since PHP8.3 #29917

Triggered via pull request May 30, 2026 16:08
Status Failure
Total duration 15m 50s
Artifacts

tests.yml

on: pull_request
Matrix: Tests PHPUnit 12.x
Determine levels tests matrix
41s
Determine levels tests matrix
Matrix: Integration tests
Matrix: Tests PHPUnit 11.x
Matrix: Tests with old PHPUnit
Matrix: Mutation Testing
Matrix: Levels tests
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 3 warnings, and 8 notices
Mutation Testing (8.3, ubuntu-latest)
Process completed with exit code 1.
Mutation Testing (8.4, ubuntu-latest)
Process completed with exit code 1.
Tests PHPUnit 11.x (8.2, ubuntu-latest)
You've hit a rate limit, your rate limit will reset in 18 seconds
Mutation Testing (8.3, ubuntu-latest): src/Rules/Arrays/NonexistentOffsetInArrayDimFetchCheck.php#L114
Escaped Mutant for Mutator "PHPStan\Infection\TrinaryLogicMutator": @@ @@ } if ( $this->reportPossiblyNonexistentConstantArrayOffset - && $innerType->isConstantArray()->yes() + && !$innerType->isConstantArray()->no() && !$innerType->hasOffsetValueType($dimTypeToCheck)->yes() ) { $report = true;
Mutation Testing (8.4, ubuntu-latest): src/Rules/Arrays/NonexistentOffsetInArrayDimFetchCheck.php#L114
Escaped Mutant for Mutator "PHPStan\Infection\TrinaryLogicMutator": @@ @@ } if ( $this->reportPossiblyNonexistentConstantArrayOffset - && $innerType->isConstantArray()->yes() + && !$innerType->isConstantArray()->no() && !$innerType->hasOffsetValueType($dimTypeToCheck)->yes() ) { $report = true;
Integration tests (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
Tests PHPUnit 11.x (8.2, windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
Tests PHPUnit 12.x (8.5, windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
Tests PHPUnit 12.x (8.4, windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
Tests PHPUnit 12.x (8.3, windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
Tests with old PHPUnit (7.4, windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
Tests with old PHPUnit (8.0, windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
Tests with old PHPUnit (8.1, windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026