Skip to content
Snippets Groups Projects
Commit b30e1778 authored by Torben Hansen's avatar Torben Hansen Committed by Christian Kuhn
Browse files

[TASK] Remove superfluous variable initialization in TypoScriptParser

The initialization of the variable `$conditionMatcher` with a
`null` value can safely be removed, since the following condition
always overwrites the initial variable value.

Resolves: #97970
Releases: main, 11.5
Change-Id: Ia7a555c9ac480f2af1e13089edffd6105f37cdc8
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75215


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent bb5e6fa9
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment