Skip to content

Commit

Permalink
Fix PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed Mar 27, 2024
1 parent e974721 commit fcc8365
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/phpstan.baseline.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
parameters:
ignoreErrors:
-
message: "#^Only numeric types are allowed in \\+, \\(int\\|string\\) given on the left side\\.$#"
count: 1
path: ../src/Printers/Dumper.php

-
message: "#^Unreachable statement \\- code above always terminates\\.$#"
count: 3
Expand Down

0 comments on commit fcc8365

Please sign in to comment.