-
-
Notifications
You must be signed in to change notification settings - Fork 73
Expand file tree
/
Copy pathphpstan.neon
More file actions
28 lines (24 loc) · 751 Bytes
/
phpstan.neon
File metadata and controls
28 lines (24 loc) · 751 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
26
27
28
parameters:
level: 8
paths:
- src
excludePaths:
- src/Framework/FileMutator.php
ignoreErrors:
- # DomQuery: PHP 8.4 Dom\Element API not in PHPStan stubs
identifier: method.notFound
path: src/Framework/DomQuery.php
- # DomQuery: SimpleXMLElement subclass return types
identifier: return.type
path: src/Framework/DomQuery.php
- # DomQuery: regex match group offsets
identifier: offsetAccess.notFound
path: src/Framework/DomQuery.php
- # DomQuery: simplexml_import_dom accepts Dom\Node in PHP 8.4
identifier: argument.type
path: src/Framework/DomQuery.php
- # DomQuery: regex analysis false positive
identifier: identical.alwaysFalse
path: src/Framework/DomQuery.php
includes:
- phpstan-baseline.neon