You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: phpstan-baseline.neon
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,16 @@ parameters:
6
6
path:tests/DatabaseAbstractTestCase.php
7
7
8
8
-
9
-
message:"#^Method SimplePhpModelSystem\\\\Test\\\\TestDatabase\\:\\:getQueries\\(\\) return type has no value type specified in iterable type array\\.$#"
9
+
message:"#^Method SimplePhpModelSystem\\\\Tests\\\\TestDatabase\\:\\:getQueries\\(\\) return type has no value type specified in iterable type array\\.$#"
10
10
count:1
11
11
path:tests/TestDatabase.php
12
12
13
13
-
14
-
message:"#^Method SimplePhpModelSystem\\\\Test\\\\TestDatabase\\:\\:setQuery\\(\\) has parameter \\$params with no value type specified in iterable type array\\.$#"
14
+
message:"#^Method SimplePhpModelSystem\\\\Tests\\\\TestDatabase\\:\\:setQuery\\(\\) has parameter \\$params with no value type specified in iterable type array\\.$#"
15
15
count:1
16
16
path:tests/TestDatabase.php
17
17
18
18
-
19
-
message:"#^Property SimplePhpModelSystem\\\\Test\\\\TestDatabase\\:\\:\\$queries type has no value type specified in iterable type array\\.$#"
19
+
message:"#^Property SimplePhpModelSystem\\\\Tests\\\\TestDatabase\\:\\:\\$queries type has no value type specified in iterable type array\\.$#"
0 commit comments