Skip to content

Commit

Permalink
[TASK] phpstan fixups
Browse files Browse the repository at this point in the history
Related: #497
Release: 12.0.0
  • Loading branch information
opi99 committed Nov 28, 2023
1 parent d076294 commit 081d882
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use Psr\EventDispatcher\EventDispatcherInterface;
use Psr\Http\Message\ServerRequestInterface;
use TYPO3\CMS\Backend\Attribute\Controller;
use TYPO3\CMS\Backend\Routing\UriBuilder;
use TYPO3\CMS\Backend\View\BackendViewFactory;
use TYPO3\CMS\Backend\Wizard\NewContentElementWizardHookInterface;
Expand Down
25 changes: 0 additions & 25 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ parameters:
count: 1
path: Classes/Configuration/BackendConfiguration.php

-
message: "#^Undefined variable\\: \\$dataStructArray$#"
count: 2
path: Classes/Configuration/FlexForm/FlexFormTools8.php

-
message: "#^Undefined variable\\: \\$countStatic$#"
count: 1
Expand All @@ -30,32 +25,12 @@ parameters:
count: 1
path: Classes/Controller/Backend/Handler/DoktypeMountpointHandler.php

-
message: "#^Access to an undefined property Tvp\\\\TemplaVoilaPlus\\\\Controller\\\\Backend\\\\PageLayoutController\\:\\:\\$configuration\\.$#"
count: 3
path: Classes/Controller/Backend/PageLayoutController.php

-
message: "#^Access to an undefined property Tvp\\\\TemplaVoilaPlus\\\\Controller\\\\Backend\\\\PageLayoutController\\:\\:\\$pageRenderer\\.$#"
count: 3
path: Classes/Controller/Backend/PageLayoutController.php

-
message: "#^Class TYPO3\\\\CMS\\\\Backend\\\\Form\\\\FormDataProvider\\\\TcaFlexFetch not found\\.$#"
count: 1
path: Classes/Hooks/TableConfigurationPostProcessingHook.php

-
message: "#^Access to an undefined property Tvp\\\\TemplaVoilaPlus\\\\Service\\\\ApiService\\:\\:\\$iconFactory\\.$#"
count: 1
path: Classes/Service/ApiService.php

-
message: "#^Call to an undefined static method TYPO3\\\\CMS\\\\Core\\\\Utility\\\\GeneralUtility\\:\\:devLog\\(\\)\\.$#"
count: 4
path: Classes/Service/DataHandling/DataHandler.php

-
message: "#^Access to an undefined property Tvp\\\\TemplaVoilaPlus\\\\Updates\\\\Typo3Lts9Update\\:\\:\\$extConf\\.$#"
count: 1
path: Classes/Updates/Typo3Lts9Update.php

0 comments on commit 081d882

Please sign in to comment.