-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline.neon
111 lines (90 loc) · 3.69 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
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
parameters:
ignoreErrors:
-
message: "#^Only booleans are allowed in an if condition, int\\<0, 1\\> given\\.$#"
count: 1
path: Classes/Command/UpdateQbankFileDataCommand.php
-
message: "#^Only booleans are allowed in an if condition, int\\<0, 2\\> given\\.$#"
count: 1
path: Classes/Command/UpdateQbankFileDataCommand.php
-
message: "#^Only booleans are allowed in an if condition, int\\<0, 3\\> given\\.$#"
count: 1
path: Classes/Command/UpdateQbankFileDataCommand.php
-
message: "#^Variable \\$prefix might not be defined\\.$#"
count: 1
path: Classes/Command/UpdateQbankFileDataCommand.php
-
message: "#^Casting to int something that's already int\\.$#"
count: 2
path: Classes/Command/UpdateQbankFileStatusCommand.php
-
message: "#^Only booleans are allowed in an if condition, mixed given\\.$#"
count: 1
path: Classes/Command/UpdateQbankFileStatusCommand.php
-
message: "#^Variable \\$media might not be defined\\.$#"
count: 2
path: Classes/Command/UpdateQbankFileStatusCommand.php
-
message: "#^Short ternary operator is not allowed\\. Use null coalesce operator if applicable or consider using long ternary\\.$#"
count: 8
path: Classes/Configuration/ExtensionConfigurationManager.php
-
message: "#^Method Pixelant\\\\Qbank\\\\Controller\\\\SelectorController\\:\\:downloadFileAction\\(\\) has invalid return type Pixelant\\\\Qbank\\\\Controller\\\\ResponseInterface\\.$#"
count: 1
path: Classes/Controller/SelectorController.php
-
message: "#^PHPDoc tag @param references unknown parameter\\: \\$message$#"
count: 1
path: Classes/Controller/SelectorController.php
-
message: "#^PHPDoc tag @param references unknown parameter\\: \\$response$#"
count: 1
path: Classes/Controller/SelectorController.php
-
message: "#^PHPDoc tag @return with type Pixelant\\\\Qbank\\\\Controller\\\\ResponseInterface is not subtype of native type TYPO3\\\\CMS\\\\Core\\\\Http\\\\JsonResponse\\.$#"
count: 1
path: Classes/Controller/SelectorController.php
-
message: "#^PHPDoc tag @param references unknown parameter\\: \\$dataTypeId$#"
count: 1
path: Classes/Domain/Model/Qbank/MediaPropertyValue.php
-
message: "#^PHPDoc tag @param references unknown parameter\\: \\$propertyName$#"
count: 1
path: Classes/Domain/Model/Qbank/MediaPropertyValue.php
-
message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
count: 2
path: Classes/Repository/MediaUsageRepository.php
-
message: "#^Only booleans are allowed in a negated boolean, int given\\.$#"
count: 2
path: Classes/Repository/MediaUsageRepository.php
-
message: "#^Variable method call on QBNK\\\\QBank\\\\API\\\\Model\\\\MediaResponse\\.$#"
count: 1
path: Classes/Service/Event/ExtractMediaPropertyValuesEventHandler/BaseMediaPropertyValuesExtractor.php
-
message: "#^Only booleans are allowed in &&, array\\|null given on the left side\\.$#"
count: 1
path: Classes/Service/Event/ResolvePageTitleEventHandler/FileReferenceResolvePageTitleEventHandler.php
-
message: "#^Only booleans are allowed in a negated boolean, TYPO3\\\\CMS\\\\Core\\\\Site\\\\Entity\\\\SiteLanguage given\\.$#"
count: 1
path: Classes/Service/QbankService.php
-
message: "#^PHPDoc tag @var for variable \\$qbankRecord contains unknown class Pixelant\\\\Qbank\\\\Service\\\\MediaResponse\\.$#"
count: 1
path: Classes/Service/QbankService.php
-
message: "#^Variable \\$qbankRecord might not be defined\\.$#"
count: 1
path: Classes/Service/QbankService.php
-
message: "#^Variable \\$downloadFolderPath might not be defined\\.$#"
count: 2
path: Classes/Utility/QbankUtility.php