-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathphpstan-baseline.neon
86 lines (70 loc) · 4 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
parameters:
ignoreErrors:
-
message: "#^Parameter &\\$configuration by\\-ref type of method OliverKlee\\\\Onetimeaccount\\\\Configuration\\\\FlexForms\\:\\:buildFields\\(\\) expects array\\<string, array\\<string, string\\>\\>, array\\<string, array\\<int\\|string, array\\<int, string\\>\\|string\\>\\> given\\.$#"
count: 1
path: Classes/Configuration/FlexForms.php
-
message: "#^Call to function is_array\\(\\) with array will always evaluate to true\\.$#"
count: 1
path: Classes/Controller/UserWithoutAutologinController.php
-
message: "#^Parameter \\#1 \\$pid of method TYPO3\\\\CMS\\\\Extbase\\\\DomainObject\\\\AbstractDomainObject\\:\\:setPid\\(\\) expects int\\<0, max\\>, int given\\.$#"
count: 1
path: Classes/Controller/UserWithoutAutologinController.php
-
message: "#^Binary operation \"\\+\" between mixed and 300 results in an error\\.$#"
count: 1
path: Classes/Service/CaptchaFactory.php
-
message: "#^Parameter \\#1 \\$password of method OliverKlee\\\\FeUserExtraFields\\\\Domain\\\\Model\\\\FrontendUser\\:\\:setPassword\\(\\) expects string, string\\|null given\\.$#"
count: 1
path: Classes/Service/CredentialsGenerator.php
-
message: "#^Call to function is_string\\(\\) with string will always evaluate to true\\.$#"
count: 1
path: Classes/Validation/CaptchaValidator.php
-
message: "#^Cannot cast mixed to int\\.$#"
count: 3
path: Tests/Functional/Validation/CaptchaValidatorTest.php
-
message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 0 and non\\-empty\\-list\\<non\\-empty\\-string\\> will always evaluate to true\\.$#"
count: 1
path: Tests/Unit/Configuration/ConfigurationCheckTest.php
-
message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertIsArray\\(\\) with array\\<string, string\\> will always evaluate to true\\.$#"
count: 1
path: Tests/Unit/Configuration/FlexFormsTest.php
-
message: "#^Call to function is_string\\(\\) with string will always evaluate to true\\.$#"
count: 1
path: Tests/Unit/Controller/Fixtures/TestingQueryResult.php
-
message: "#^Parameter \\#1 \\$query \\(TYPO3\\\\CMS\\\\Extbase\\\\Persistence\\\\QueryInterface\\<OliverKlee\\\\FeUserExtraFields\\\\Domain\\\\Model\\\\FrontendUserGroup\\>\\) of method OliverKlee\\\\Onetimeaccount\\\\Tests\\\\Unit\\\\Controller\\\\Fixtures\\\\TestingQueryResult\\:\\:setQuery\\(\\) should be compatible with parameter \\$query \\(TYPO3\\\\CMS\\\\Extbase\\\\Persistence\\\\QueryInterface\\<object\\>\\) of method TYPO3\\\\CMS\\\\Extbase\\\\Persistence\\\\QueryResultInterface\\<OliverKlee\\\\FeUserExtraFields\\\\Domain\\\\Model\\\\FrontendUserGroup\\>\\:\\:setQuery\\(\\)$#"
count: 1
path: Tests/Unit/Controller/Fixtures/TestingQueryResult.php
-
message: "#^Class TYPO3\\\\CMS\\\\Extbase\\\\Mvc\\\\Exception\\\\StopActionException not found\\.$#"
count: 1
path: Tests/Unit/Controller/UserWithoutAutologinControllerTest.php
-
message: "#^Instantiated class TYPO3\\\\CMS\\\\Extbase\\\\Mvc\\\\Exception\\\\StopActionException not found\\.$#"
count: 1
path: Tests/Unit/Controller/UserWithoutAutologinControllerTest.php
-
message: "#^Parameter \\#1 \\$exception of method PHPUnit\\\\Framework\\\\MockObject\\\\Builder\\\\InvocationMocker\\<mixed\\>\\:\\:willThrowException\\(\\) expects Throwable, TYPO3\\\\CMS\\\\Extbase\\\\Mvc\\\\Exception\\\\StopActionException given\\.$#"
count: 1
path: Tests/Unit/Controller/UserWithoutAutologinControllerTest.php
-
message: "#^Parameter \\#1 \\$exception of method PHPUnit\\\\Framework\\\\TestCase\\:\\:expectException\\(\\) expects class\\-string\\<Throwable\\>, string given\\.$#"
count: 1
path: Tests/Unit/Controller/UserWithoutAutologinControllerTest.php
-
message: "#^Cannot access offset 'SYS' on mixed\\.$#"
count: 2
path: Tests/Unit/Service/CaptchaFactoryTest.php
-
message: "#^Cannot access offset 'encryptionKey' on mixed\\.$#"
count: 2
path: Tests/Unit/Service/CaptchaFactoryTest.php