We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8dba8 commit f359851Copy full SHA for f359851
1 file changed
phpstan-baseline.neon
@@ -69,3 +69,13 @@ parameters:
69
"""
70
count: 1
71
path: lib/Tmdb/Repository/MovieRepository.php
72
+
73
+ -
74
+ message: "#^Result of \\|\\| is always false\\.$#"
75
+ count: 1
76
+ path: lib/Tmdb/Repository/TvSeasonRepository.php
77
78
79
+ message: "#^Strict comparison using \\=\\=\\= between null and int will always evaluate to false\\.$#"
80
+ count: 2
81
0 commit comments