-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
25 lines (22 loc) · 896 Bytes
/
phpstan-baseline.neon
File metadata and controls
25 lines (22 loc) · 896 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: '#^Call to function assert\(\) with true will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 6
path: packages/grumphp-xliff-task/src/XliffLinter.php
-
message: '#^Instanceof between DOMNamedNodeMap<DOMAttr> and DOMNamedNodeMap will always evaluate to true\.$#'
identifier: instanceof.alwaysTrue
count: 3
path: packages/grumphp-xliff-task/src/XliffLinter.php
-
message: '#^Instanceof between DOMElement and DOMElement will always evaluate to true\.$#'
identifier: instanceof.alwaysTrue
count: 3
path: packages/grumphp-xliff-task/src/XliffLinter.php
-
message: '#^Method Andersundsehr\\RectorP\\PartialCommand\:\:getAllFiles\(\) should return list\<string\> but returns array\<string\>\.$#'
identifier: return.type
count: 1
path: packages/rector-p/src/PartialCommand.php