Skip to content

Commit 565b22e

Browse files
committed
[TASK] Ignore two parameter difference phpstan errors
1 parent e5d8d4f commit 565b22e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

phpstan-baseline.neon

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
parameters:
22
ignoreErrors:
3+
-
4+
message: "#^Parameter \\#2 \\$response of method FluidTYPO3\\\\Vhs\\\\Proxy\\\\DispatcherProxy\\:\\:dispatch\\(\\) expects TYPO3\\\\CMS\\\\Extbase\\\\Mvc\\\\Response\\|null, \\(TYPO3\\\\CMS\\\\Core\\\\Http\\\\Response\\&TYPO3\\\\CMS\\\\Extbase\\\\Mvc\\\\Web\\\\Response\\)\\|\\(TYPO3\\\\CMS\\\\Extbase\\\\Mvc\\\\ResponseInterface\\&TYPO3\\\\CMS\\\\Extbase\\\\Mvc\\\\Web\\\\Response\\)\\|null given\\.$#"
5+
count: 1
6+
path: Classes/ViewHelpers/Render/RequestViewHelper.php
7+
-
8+
message: "#^Method TYPO3\\\\CMS\\\\Extbase\\\\Mvc\\\\Dispatcher\\:\\:dispatch\\(\\) invoked with 2 parameters, 1 required\\.$#"
9+
count: 1
10+
path: Classes/Proxy/DispatcherProxy.php
311
-
412
message: "#^Access to an undefined property TYPO3\\\\CMS\\\\Frontend\\\\Controller\\\\TypoScriptFrontendController\\:\\:\\$no_cache\\.$#"
513
count: 1

0 commit comments

Comments
 (0)