Skip to content

Commit

Permalink
[TASK] Add PHPStan ignore PHPDoc tags
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbltr committed Jan 5, 2024
1 parent 915d5aa commit 0e0481a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Classes/Updates/MakeTagsAlphanumericUpgradeWizard.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
/**
* Class MakeTagsAlphanumericUpgradeWizard
*/
// Todo: Remove next line once support for TYPO3 11 is dropped
// @phpstan-ignore-next-line
#[UpgradeWizard('keSearchMakeTagsAlphanumericUpgradeWizard')]
class MakeTagsAlphanumericUpgradeWizard implements UpgradeWizardInterface
{
Expand Down
2 changes: 2 additions & 0 deletions Classes/Updates/PopulateFilterOptionSlugsUpgradeWizard.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
/**
* Class MakeTagsAlphanumericUpgradeWizard
*/
// Todo: Remove next line once support for TYPO3 11 is dropped
// @phpstan-ignore-next-line
#[UpgradeWizard('keSearchPopulateFilterOptionsSlugsUpgradeWizard')]
class PopulateFilterOptionSlugsUpgradeWizard implements UpgradeWizardInterface
{
Expand Down

0 comments on commit 0e0481a

Please sign in to comment.