Migrating my first #TYPO3 Extension to version 12.4 LTS. #PHPUnit is such a pleasure to use. It reveals all the deprecations not migrated by #rectorPHP which makes it easy to migrate code base. That of course needs a good coverage by tests.
PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits. - GitHub - phpstan/phpstan-deprecation-rules: PHPStan rules for detecting usage of deprecated cla...
Didn't give it a try yet. But I guess it would be unable to report TCA migrations. But could be a great addition. Would also work with LSP integration within the editor.
Oliver Klee
•GitHub - phpstan/phpstan-deprecation-rules: PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.
GitHubDaniel Siepmann likes this.
Daniel Siepmann reshared this.
Daniel Siepmann