Skip to content

Commit fc49a23

Browse files
committed
Update the phpstan baseline
1 parent 15c088f commit fc49a23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

phpstan-baseline.neon

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ parameters:
66
path: tests/DatabaseAbstractTestCase.php
77

88
-
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\\.$#"
1010
count: 1
1111
path: tests/TestDatabase.php
1212

1313
-
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\\.$#"
1515
count: 1
1616
path: tests/TestDatabase.php
1717

1818
-
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\\.$#"
2020
count: 1
2121
path: tests/TestDatabase.php

0 commit comments

Comments
 (0)