Files
Twig/phpstan-baseline.neon
2026-08-29 10:08:18 +02:00

8 lines
264 B
Plaintext

parameters:
ignoreErrors:
- # Adding 0 to the string representation of a number is valid and what we want here
message: '#^Binary operation "\+" between 0 and string results in an error\.$#'
identifier: binaryOp.invalid
count: 1
path: src/Lexer.php