Skip to content

Commit

Permalink
[TASK] Extend phpstand baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
ochorocho committed Mar 14, 2024
1 parent a312cc7 commit 18f40cf
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Build/phpstan-baseline.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
parameters:
ignoreErrors:
-
message: "#^Call to method getDataStructure\\(\\) on an unknown class TYPO3\\\\CMS\\\\Core\\\\Configuration\\\\Event\\\\AfterFlexFormDataStructureParsedEvent\\.$#"
count: 1
path: ../Classes/Backend/EventListener/FlexFormParsingModifyEventListener.php

-
message: "#^Call to method getIdentifier\\(\\) on an unknown class TYPO3\\\\CMS\\\\Core\\\\Configuration\\\\Event\\\\AfterFlexFormDataStructureParsedEvent\\.$#"
count: 1
path: ../Classes/Backend/EventListener/FlexFormParsingModifyEventListener.php

-
message: "#^Call to method setDataStructure\\(\\) on an unknown class TYPO3\\\\CMS\\\\Core\\\\Configuration\\\\Event\\\\AfterFlexFormDataStructureParsedEvent\\.$#"
count: 1
path: ../Classes/Backend/EventListener/FlexFormParsingModifyEventListener.php

-
message: "#^Parameter \\$event of method B13\\\\FormCustomTemplates\\\\Backend\\\\EventListener\\\\FlexFormParsingModifyEventListener\\:\\:modifyDataStructure\\(\\) has invalid type TYPO3\\\\CMS\\\\Core\\\\Configuration\\\\Event\\\\AfterFlexFormDataStructureParsedEvent\\.$#"
count: 1
path: ../Classes/Backend/EventListener/FlexFormParsingModifyEventListener.php

-
message: "#^Parameter \\$event of method B13\\\\FormCustomTemplates\\\\Backend\\\\EventListener\\\\ModifyButtonBarEventListener\\:\\:__invoke\\(\\) has invalid type TYPO3\\\\CMS\\\\Backend\\\\Template\\\\Components\\\\ModifyButtonBarEvent\\.$#"
count: 1
Expand Down

0 comments on commit 18f40cf

Please sign in to comment.