Skip to content

Commit 5d37383

Browse files
committed
chore: ignore always false in generated ThumbnailService
1 parent 63aa865 commit 5d37383

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

phpstan.neon

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ parameters:
44
- src
55
- tests
66
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+
count: 1
16+
path: src/DependencyInjection/ThumbnailService.php
17+
reportUnmatched: false
18+
719
-
820
message: "#tag\\:v6\\.7\\.0 - reason:becomes-internal#"
921
count: 1

0 commit comments

Comments
 (0)