Skip to content

Commit ae1a9a0

Browse files
fpodschwadekclaude
andcommitted
ci: drop saschaegerer/phpstan-typo3, not compatible with TYPO3 12.4 + phpstan ^2
No version of saschaegerer/phpstan-typo3 bridges phpstan ^2 and TYPO3 ^12.4. PHPStan resolves TYPO3 types directly from the installed typo3/cms-core source. Remove phpstan-ci.neon wrapper which existed solely to include the extension. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent caf28ff commit ae1a9a0

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
run: composer install --no-interaction --prefer-dist
2323

2424
- name: Run PHPStan
25-
run: vendor/bin/phpstan analyse -c phpstan-ci.neon --no-progress
25+
run: vendor/bin/phpstan analyse -c phpstan.neon --no-progress

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"codeception/module-db": "^3.2",
3131
"codeception/verify": "^3.2",
3232
"phpstan/phpstan": "^2",
33-
"saschaegerer/phpstan-typo3": "^2",
3433
"ssch/typo3-rector": "^3.8",
3534
"typo3/coding-standards": "^0.8.0",
3635
"a9f/typo3-fractor": "^0.5.0"

phpstan-ci.neon

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)