Actions
Task #104757
closedReplace usage of deprecated constants of PhpParser in InterfaceMethodChangedMatcher
Start date:
2024-08-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Fetching deprecated class constant MODIFIER_PUBLIC of class PhpParser\Node\Stmt\Class_: Use Modifiers::PUBLIC instead
Fetching deprecated class constant MODIFIER_STATIC of class PhpParser\Node\Stmt\Class_: Use Modifiers::STATIC instead
Actions