We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63aa865 commit 5d37383Copy full SHA for 5d37383
phpstan.neon
@@ -4,6 +4,18 @@ parameters:
4
- src
5
- tests
6
ignoreErrors:
7
+ -
8
+ message: "#^Result of && is always false\\.$#"
9
+ count: 1
10
+ path: src/DependencyInjection/ThumbnailService.php
11
+ reportUnmatched: false
12
+
13
14
+ message: "#^Strict comparison using \\=\\=\\= between false and true will always evaluate to false\\.$#"
15
16
17
18
19
-
20
message: "#tag\\:v6\\.7\\.0 - reason:becomes-internal#"
21
count: 1
0 commit comments