Skip to content

Bump phpunit/phpunit from 10.5.60 to 12.5.7 #140

Bump phpunit/phpunit from 10.5.60 to 12.5.7

Bump phpunit/phpunit from 10.5.60 to 12.5.7 #140

Triggered via pull request January 26, 2026 08:17
Status Failure
Total duration 18s
Artifacts

php.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
tests
Process completed with exit code 2.
phpstan
Process completed with exit code 1.
phpstan: src/TextVisitor.php#L289
Function preg_replace is unsafe to use. It can return FALSE instead of throwing an exception. Please add 'use function Safe\preg_replace;' at the beginning of the file to use the variant provided by the 'thecodingmachine/safe' library.
phpstan: src/TextVisitor.php#L116
Method Graphpinator\Printer\TextVisitor::visitScalar() has parameter $scalar with generic class Graphpinator\Typesystem\ScalarType but does not specify its types: T
phpstan: src/HtmlVisitor.php#L421
Function preg_replace is unsafe to use. It can return FALSE instead of throwing an exception. Please add 'use function Safe\preg_replace;' at the beginning of the file to use the variant provided by the 'thecodingmachine/safe' library.
phpstan: src/HtmlVisitor.php#L420
Function preg_replace is unsafe to use. It can return FALSE instead of throwing an exception. Please add 'use function Safe\preg_replace;' at the beginning of the file to use the variant provided by the 'thecodingmachine/safe' library.
phpstan: src/HtmlVisitor.php#L417
Function preg_match_all is unsafe to use. It can return FALSE instead of throwing an exception. Please add 'use function Safe\preg_match_all;' at the beginning of the file to use the variant provided by the 'thecodingmachine/safe' library.
phpstan: src/HtmlVisitor.php#L341
Function preg_replace is unsafe to use. It can return FALSE instead of throwing an exception. Please add 'use function Safe\preg_replace;' at the beginning of the file to use the variant provided by the 'thecodingmachine/safe' library.
phpstan: src/HtmlVisitor.php#L339
Function preg_replace is unsafe to use. It can return FALSE instead of throwing an exception. Please add 'use function Safe\preg_replace;' at the beginning of the file to use the variant provided by the 'thecodingmachine/safe' library.
phpstan: src/HtmlVisitor.php#L188
Method Graphpinator\Printer\HtmlVisitor::visitScalar() has parameter $scalar with generic class Graphpinator\Typesystem\ScalarType but does not specify its types: T