Skip to content

Released version 2.6.1 #309

Released version 2.6.1

Released version 2.6.1 #309

Triggered via push May 11, 2026 18:21
Status Failure
Total duration 28s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/Framework/TestCase.php#L126
Trying to invoke array{$this(Tester\TestCase), non-empty-string} but it might not be a callable.
PHPStan: src/Framework/TestCase.php#L38
Parameter #1 $array of function array_values expects array, array|false given.
PHPStan: src/Framework/Dumper.php#L247
Parameter #1 $string of function addcslashes expects string, string|null given.
PHPStan: src/Framework/Dumper.php#L245
Parameter #3 $subject of function str_replace expects array<string>|string, string|null given.
PHPStan: src/Framework/Assert.php#L638
Parameter #1 $string of function rtrim expects string, string|null given.
PHPStan: src/Framework/Assert.php#L637
Parameter #1 $string of function rtrim expects string, string|null given.
PHPStan: src/Framework/Assert.php#L597
Parameter #1 $array of function array_slice expects array, list<string>|false given.
PHPStan: src/Framework/Assert.php#L594
Parameter #1 $array of function array_slice expects array, list<string>|false given.
PHPStan: src/Framework/Assert.php#L593
Parameter #1 $value of function count expects array|Countable, list<string>|false given.
PHPStan: src/Framework/Ansi.php#L99
Method Tester\Ansi::stripAnsi() should return string but returns string|null.