You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BUGFIX] Bring back support for random hash base in TYPO3 v12 (fix)
This commit resolve PHPStan errors caused by @phpstan-ignore-next-line
```
No error to ignore is reported on line 19.
No error to ignore is reported on line 26.
No error to ignore is reported on line 28.
```
Copy file name to clipboardExpand all lines: phpstan.neon
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,16 @@ parameters:
14
14
15
15
ignoreErrors:
16
16
# @todo This ignoreError can be removed when support for TYPO3 v12 is dropped
17
-
- message:"#Parameter \\$beforePageCacheIdentifierIsHashedEvent of method SourceBroker\\\\T3api\\\\EventListener\\\\EnrichPageCacheIdentifierParametersEventListener::__invoke\\(\\) has invalid type TYPO3\\\\CMS\\\\Frontend\\\\Event\\\\BeforePageCacheIdentifierIsHashedEvent#"
17
+
-
18
+
message:"#Parameter \\$beforePageCacheIdentifierIsHashedEvent of method SourceBroker\\\\T3api\\\\EventListener\\\\EnrichPageCacheIdentifierParametersEventListener::__invoke\\(\\) has invalid type TYPO3\\\\CMS\\\\Frontend\\\\Event\\\\BeforePageCacheIdentifierIsHashedEvent#"
19
+
reportUnmatched:false
20
+
18
21
# @todo This ignoreError can be removed when support for TYPO3 v12 is dropped
19
-
- message:"#Call to method setPageCacheIdentifierParameters\\(\\) on an unknown class TYPO3\\\\CMS\\\\Frontend\\\\Event\\\\BeforePageCacheIdentifierIsHashedEvent#"
22
+
-
23
+
message:"#Call to method setPageCacheIdentifierParameters\\(\\) on an unknown class TYPO3\\\\CMS\\\\Frontend\\\\Event\\\\BeforePageCacheIdentifierIsHashedEvent#"
24
+
reportUnmatched:false
25
+
20
26
# @todo This ignoreError can be removed when support for TYPO3 v12 is dropped
21
-
- message:"#Call to method getPageCacheIdentifierParameters\\(\\) on an unknown class TYPO3\\\\CMS\\\\Frontend\\\\Event\\\\BeforePageCacheIdentifierIsHashedEvent#"
27
+
-
28
+
message:"#Call to method getPageCacheIdentifierParameters\\(\\) on an unknown class TYPO3\\\\CMS\\\\Frontend\\\\Event\\\\BeforePageCacheIdentifierIsHashedEvent#"
0 commit comments