Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanti committed Apr 10, 2024
1 parent 8abda39 commit 8df943d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@
},
"require-typo3": {
"saschaegerer/phpstan-typo3": "^1.8.2",
"ssch/typo3-rector": "^2.3.2"
"ssch/typo3-rector": "^2.4.0"
}
}
2 changes: 1 addition & 1 deletion src/RectorSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public static function setsTypo3(bool $entirety = false): array
break;
case 13:
case 'dev-main':
$setList = Typo3SetList::TYPO3_13;
$setList = $entirety ? Typo3LevelSetList::UP_TO_TYPO3_13 : Typo3SetList::TYPO3_13;

Check failure on line 100 in src/RectorSettings.php

View workflow job for this annotation

GitHub Actions / php: 8.1 TYPO3: false

Access to constant UP_TO_TYPO3_13 on an unknown class Ssch\TYPO3Rector\Set\Typo3LevelSetList.

Check failure on line 100 in src/RectorSettings.php

View workflow job for this annotation

GitHub Actions / php: 8.2 TYPO3: false

Access to constant UP_TO_TYPO3_13 on an unknown class Ssch\TYPO3Rector\Set\Typo3LevelSetList.

Check failure on line 100 in src/RectorSettings.php

View workflow job for this annotation

GitHub Actions / php: 8.3 TYPO3: false

Access to constant UP_TO_TYPO3_13 on an unknown class Ssch\TYPO3Rector\Set\Typo3LevelSetList.
break;
}

Expand Down

0 comments on commit 8df943d

Please sign in to comment.