Skip to content

Commit

Permalink
Bugfix fix phpstan in TYPO3 11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbochmann committed Dec 19, 2023
1 parent fd9ce4b commit 18fd2cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ parameters:
- %currentWorkingDirectory%/Classes
- %currentWorkingDirectory%/ext_localconf.php
- %currentWorkingDirectory%/ext_emconf.php
ignoreErrors:
-
message: "#^Instantiated class TYPO3\\\\CMS\\\\Core\\\\Security\\\\RequestToken not found\\.$#"
count: 1
path: Classes/Middleware/AuthResolver.php

0 comments on commit 18fd2cc

Please sign in to comment.