diff --git a/Classes/Aspect/CollectDebugInformationAspect.php b/Classes/Aspect/CollectDebugInformationAspect.php index e215474..261a929 100644 --- a/Classes/Aspect/CollectDebugInformationAspect.php +++ b/Classes/Aspect/CollectDebugInformationAspect.php @@ -82,7 +82,7 @@ public function addDebugValues(JoinPointInterface $joinPoint): string $debugOutput = ''; $htmlEndPosition = strpos($output, ''); - if ($htmlEndPosition === false ) { + if ($htmlEndPosition === false) { return $output . $debugOutput; }