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
Updated by Gerrit Code Review 3 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85804
Updated by Wouter Wolters 3 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e91c894ab53075d5ec2975f6c939f0be9e6efa9f.
Actions