-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathphpstan-baseline-without-typo3.neon
73 lines (62 loc) · 2.32 KB
/
phpstan-baseline-without-typo3.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
parameters:
ignoreErrors:
-
message: '#^Call to function assert\(\) with true will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
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
-
message: '#^Access to constant CODE_QUALITY on an unknown class Ssch\\TYPO3Rector\\Set\\Typo3SetList\.$#'
identifier: class.notFound
count: 1
path: src/RectorSettings.php
-
message: '#^Access to constant GENERAL on an unknown class Ssch\\TYPO3Rector\\Set\\Typo3SetList\.$#'
identifier: class.notFound
count: 1
path: src/RectorSettings.php
-
message: '#^Access to constant TYPO3_11 on an unknown class Ssch\\TYPO3Rector\\Set\\Typo3SetList\.$#'
identifier: class.notFound
count: 1
path: src/RectorSettings.php
-
message: '#^Access to constant TYPO3_12 on an unknown class Ssch\\TYPO3Rector\\Set\\Typo3SetList\.$#'
identifier: class.notFound
count: 1
path: src/RectorSettings.php
-
message: '#^Access to constant TYPO3_13 on an unknown class Ssch\\TYPO3Rector\\Set\\Typo3SetList\.$#'
identifier: class.notFound
count: 1
path: src/RectorSettings.php
-
message: '#^Access to constant UP_TO_TYPO3_10 on an unknown class Ssch\\TYPO3Rector\\Set\\Typo3LevelSetList\.$#'
identifier: class.notFound
count: 1
path: src/RectorSettings.php
-
message: '#^Access to constant UP_TO_TYPO3_11 on an unknown class Ssch\\TYPO3Rector\\Set\\Typo3LevelSetList\.$#'
identifier: class.notFound
count: 1
path: src/RectorSettings.php
-
message: '#^Access to constant UP_TO_TYPO3_12 on an unknown class Ssch\\TYPO3Rector\\Set\\Typo3LevelSetList\.$#'
identifier: class.notFound
count: 1
path: src/RectorSettings.php
-
message: '#^Access to constant UP_TO_TYPO3_13 on an unknown class Ssch\\TYPO3Rector\\Set\\Typo3LevelSetList\.$#'
identifier: class.notFound
count: 1
path: src/RectorSettings.php