Skip to content

Commit

Permalink
Update phpstan ignoreErrors
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Feb 9, 2024
1 parent 2b7a88f commit 51ef96a
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 @@ -27,7 +27,7 @@ parameters:

ignoreErrors:
- # used for checksum only
message: "#^Calling md5\\(\\) is forbidden, use hash\\(\\) with at least SHA\\-256 for secure hash, or password_hash\\(\\) for passwords$#"
message: "#^Calling md5\\(\\) is forbidden, use hash\\(\\) with at least SHA\\-256 for secure hash, or password_hash\\(\\) for passwords\\.$#"
count: 1
path: src/BustCache/CacheBustingStrategies/ContentHash.php
- # conditional type narrowing
Expand Down

0 comments on commit 51ef96a

Please sign in to comment.