Skip to content

Commit

Permalink
Avoid problems with PHPStan by ensuring the Ignore works on all usage…
Browse files Browse the repository at this point in the history
…s of PUP_VERSION
  • Loading branch information
bordoni committed Apr 28, 2024
1 parent 081675f commit ba732ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ parameters:

ignoreErrors:
- '#^Constant __PUP_DIR__ not found\.$#'
- '#^Constant PUP_VERSION not found\.$#'
- '#^Constant (.*)PUP_VERSION not found\.$#'

0 comments on commit ba732ae

Please sign in to comment.