Bump phpunit/phpunit from 10.5.60 to 12.5.4 #124
Annotations
11 errors
|
phpstan:
src/HtmlVisitor.php#L492
Match expression does not handle remaining value: string
|
|
phpstan:
src/HtmlVisitor.php#L489
Match expression does not handle remaining value: class-string<Graphpinator\Value\InputedValue>&literal-string
|
|
phpstan:
src/HtmlVisitor.php#L418
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_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#L414
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#L382
Parameter #1 $type of static method Graphpinator\Printer\HtmlVisitor::printNamedTypeLink() expects Graphpinator\Typesystem\Contract\NamedType, Graphpinator\Typesystem\Contract\Type given.
|
|
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#L337
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#L312
Only booleans are allowed in an if condition, int<0, max> given.
|
|
phpstan:
src/HtmlVisitor.php#L186
Method Graphpinator\Printer\HtmlVisitor::visitScalar() has parameter $scalar with generic class Graphpinator\Typesystem\ScalarType but does not specify its types: T
|
|
tests
Process completed with exit code 2.
|