no-framework-tutorial/implementation/11-templating/phpstan-baseline.neon

8 lines
205 B
Text
Raw Normal View History

2022-03-29 18:35:06 +00:00
parameters:
ignoreErrors:
-
message: "#^Short ternary operator is not allowed\\. Use null coalesce operator if applicable or consider using long ternary\\.$#"
count: 1
path: src/Bootstrap.php