Skip to content

Commit f359851

Browse files
committed
Update phpstan-baseline.neon
1 parent eb8dba8 commit f359851

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

phpstan-baseline.neon

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,13 @@ parameters:
6969
"""
7070
count: 1
7171
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+
path: lib/Tmdb/Repository/TvSeasonRepository.php

0 commit comments

Comments
 (0)