-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-baseline.neon
51 lines (42 loc) · 2.33 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
parameters:
ignoreErrors:
-
message: "#^Access to constant RestrictionEndTime on an unknown class TYPO3\\\\CMS\\\\Core\\\\Schema\\\\Capability\\\\TcaSchemaCapability\\.$#"
count: 1
path: Classes/Cache/Expiration/CacheExpirationCalculator.php
-
message: "#^Access to constant RestrictionStartTime on an unknown class TYPO3\\\\CMS\\\\Core\\\\Schema\\\\Capability\\\\TcaSchemaCapability\\.$#"
count: 1
path: Classes/Cache/Expiration/CacheExpirationCalculator.php
-
message: "#^Call to method get\\(\\) on an unknown class TYPO3\\\\CMS\\\\Core\\\\Schema\\\\TcaSchemaFactory\\.$#"
count: 1
path: Classes/Cache/Expiration/CacheExpirationCalculator.php
-
message: "#^Call to method has\\(\\) on an unknown class TYPO3\\\\CMS\\\\Core\\\\Schema\\\\TcaSchemaFactory\\.$#"
count: 1
path: Classes/Cache/Expiration/CacheExpirationCalculator.php
-
message: "#^Class TYPO3\\\\CMS\\\\Core\\\\Schema\\\\TcaSchemaFactory not found\\.$#"
count: 1
path: Classes/Cache/Expiration/CacheExpirationCalculator.php
-
message: "#^Parameter \\$capability of anonymous function has invalid type TYPO3\\\\CMS\\\\Core\\\\Schema\\\\Capability\\\\TcaSchemaCapability\\.$#"
count: 1
path: Classes/Cache/Expiration/CacheExpirationCalculator.php
-
message: "#^Method CPSIT\\\\Typo3CacheBags\\\\Database\\\\Query\\\\QueriedTableAwareQueryBuilder\\:\\:getQueriedTables\\(\\) should return array\\<non\\-empty\\-string, non\\-empty\\-string\\> but returns array\\<string\\>\\.$#"
count: 1
path: Classes/Database/Query/QueriedTableAwareQueryBuilder.php
-
message: "#^Instantiated class TYPO3\\\\CMS\\\\Core\\\\Cache\\\\CacheTag not found\\.$#"
count: 1
path: Classes/EventListener/PageCacheBagRegisteredEventListener.php
-
message: "#^Method CPSIT\\\\Typo3CacheBags\\\\EventListener\\\\PageCacheBagRegisteredEventListener\\:\\:convertCacheTagsToObjects\\(\\) has invalid return type TYPO3\\\\CMS\\\\Core\\\\Cache\\\\CacheTag\\.$#"
count: 1
path: Classes/EventListener/PageCacheBagRegisteredEventListener.php
-
message: "#^There is no request attribute \"frontend\\.cache\\.collector\" configured so we can't figure out the exact type to return when calling Psr\\\\Http\\\\Message\\\\ServerRequestInterface\\:\\:getAttribute$#"
count: 1
path: Classes/EventListener/PageCacheBagRegisteredEventListener.php