Skip to content

Commit

Permalink
[BUGFIX] Remove leftover ignored errors from phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Oct 10, 2024
1 parent 6bf598f commit 6ffb9d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Build/phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ parameters:
- identifier: missingType.iterableValue
- "#Casting to string something that's already string.#"
- "#^Call to an undefined method TYPO3Fluid\\\\Fluid\\\\Core\\\\Rendering\\\\RenderingContextInterface\\:\\:getRequest\\(\\)\\.$#"
- "#^Call to deprecated method registerUniversalTagAttributes\\(\\) of class TYPO3Fluid\\\\Fluid\\\\Core\\\\ViewHelper\\\\AbstractTagBasedViewHelper\\:\nWill log deprecation in v4, will be removed in v5\\. No longer necessary since arbitrary arguments are allowed\\.$#"
- "#^Call to deprecated method registerTagAttribute\\(\\) of class TYPO3Fluid\\\\Fluid\\\\Core\\\\ViewHelper\\\\AbstractTagBasedViewHelper\\:\nWill log deprecation in v4, will be removed in v5\\. No longer necessary since arbitrary arguments are allowed\\.$#"

paths:
- %currentWorkingDirectory%/Classes/
Expand Down

0 comments on commit 6ffb9d4

Please sign in to comment.