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.
Actions