-
Notifications
You must be signed in to change notification settings - Fork 61
/
phpstan-baseline.neon
31 lines (27 loc) · 1.04 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
parameters:
ignoreErrors:
-
message: '#^Method PHPStan\\PhpDocParser\\Ast\\ConstExpr\\ConstExprStringNode\:\:escapeDoubleQuotedString\(\) should return string but returns string\|null\.$#'
identifier: return.type
count: 1
path: src/Ast/ConstExpr/ConstExprStringNode.php
-
message: '#^Cannot use array destructuring on list\<array\<PHPStan\\PhpDocParser\\Ast\\Node\>\|int\|string\>\|null\.$#'
identifier: offsetAccess.nonArray
count: 1
path: src/Ast/NodeTraverser.php
-
message: '#^Variable property access on PHPStan\\PhpDocParser\\Ast\\Node\.$#'
identifier: property.dynamicName
count: 1
path: src/Ast/NodeTraverser.php
-
message: '#^Method PHPStan\\PhpDocParser\\Parser\\StringUnescaper\:\:parseEscapeSequences\(\) should return string but returns string\|null\.$#'
identifier: return.type
count: 1
path: src/Parser/StringUnescaper.php
-
message: '#^Variable property access on PHPStan\\PhpDocParser\\Ast\\Node\.$#'
identifier: property.dynamicName
count: 2
path: src/Printer/Printer.php