generated from axleus/axleus-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
25 lines (22 loc) · 959 Bytes
/
phpstan-baseline.neon
File metadata and controls
25 lines (22 loc) · 959 Bytes
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
parameters:
ignoreErrors:
-
message: '#^PHPDoc tag @throws with type PhpDb\\Adapter\\Exception\\InvalidConnectionParametersException\|PhpDb\\Adapter\\Pgsql\\Exception\\ContainerException is not subtype of Throwable$#'
identifier: throws.notThrowable
count: 1
path: src/Container/ConnectionInterfaceFactory.php
-
message: '#^Parameter \#2 \$array of function implode expects array\<string\>, array\<int, array\<int\|string, string\>\> given\.$#'
identifier: argument.type
count: 1
path: src/Metadata/Source.php
-
message: '#^Parameter \#2 \$array of function implode expects array\<string\>, array\<int, array\<string, string\>\|string\> given\.$#'
identifier: argument.type
count: 1
path: src/Metadata/Source.php
-
message: '#^Parameter \#2 \$array of function implode expects array\<string\>, array\<int, list\<string\>\> given\.$#'
identifier: argument.type
count: 1
path: src/Metadata/Source.php