-
Notifications
You must be signed in to change notification settings - Fork 4
/
phpstan-baseline.neon
37 lines (30 loc) · 1.44 KB
/
phpstan-baseline.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
parameters:
ignoreErrors:
-
message: "#^Method Ray\\\\Query\\\\QueryInterface\\:\\:__invoke\\(\\) has parameter \\$query with no value type specified in iterable type array\\.$#"
count: 1
path: src/QueryInterface.php
-
message: "#^Method Ray\\\\Query\\\\RowInterface\\:\\:__invoke\\(\\) has parameter \\$query with no value type specified in iterable type array\\.$#"
count: 1
path: src/RowInterface.php
-
message: "#^Method Ray\\\\Query\\\\RowListInterface\\:\\:__invoke\\(\\) has parameter \\$query with no value type specified in iterable type array\\.$#"
count: 1
path: src/RowListInterface.php
-
message: "#^Method Ray\\\\Query\\\\SqlQueryRow\\:\\:__invoke\\(\\) has parameter \\$queries with no value type specified in iterable type array\\.$#"
count: 1
path: src/SqlQueryRow.php
-
message: "#^Method Ray\\\\Query\\\\SqlQueryRowList\\:\\:__invoke\\(\\) has parameter \\$queries with no value type specified in iterable type array\\.$#"
count: 1
path: src/SqlQueryRowList.php
-
message: "#^Method Ray\\\\Query\\\\WebQuery\\:\\:__invoke\\(\\) has parameter \\$queries with no value type specified in iterable type array\\.$#"
count: 1
path: src/WebQuery.php
-
message: "#^Method class@anonymous/tests/Iso8601InterceptorTest\\.php\\:33\\:\\:__invoke\\(\\) has parameter \\$query with no value type specified in iterable type array\\.$#"
count: 1
path: tests/Iso8601InterceptorTest.php