Skip to content

Commit

Permalink
Keiner mag dich style ci
Browse files Browse the repository at this point in the history
... du willst nur Aufmerksamkeit
  • Loading branch information
mhsdesign authored Oct 14, 2024
1 parent 48abbcb commit a4169e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Neos.Fusion/Classes/Core/Runtime.php
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ protected function evaluateEelExpression($expression, AbstractFusionObject $cont
$this->eelEvaluator->_activateDependency();
}

$tracer = match($this->settings['deprecationTracer'] ?? null) {
$tracer = match ($this->settings['deprecationTracer'] ?? null) {
'LOG' => new EelNeosDeprecationTracer($expression, false),
'EXCEPTION' => new EelNeosDeprecationTracer($expression, true),
default => null
Expand Down

0 comments on commit a4169e9

Please sign in to comment.