Actions
Task #97970
closedRemove superfluous variable initialization in TypoScriptParser
Start date:
2022-07-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The initialization of the variable $conditionMatcher
with a null
value can safely be removed, since the following condition always overwrites the initial variable.
Updated by Gerrit Code Review over 2 years ago
- Status changed from New to Under Review
Patch set 2 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/+/75244
Updated by Gerrit Code Review over 2 years ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75215
Updated by Torben Hansen over 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 015a67f0c6dfba4ba9cb78af914e03a74c235219.
Actions