Skip to content

Commit

Permalink
Fix codestyle issues
Browse files Browse the repository at this point in the history
  • Loading branch information
johannessteu committed May 10, 2019
1 parent 4e59a8a commit a5c83d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Aspect/CollectDebugInformationAspect.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function addDebugValues(JoinPointInterface $joinPoint): string
$debugOutput = '<!--__T3N_NEOS_DEBUG__ ' . json_encode($data) . '-->';
$htmlEndPosition = strpos($output, '</html>');

if ($htmlEndPosition === false ) {
if ($htmlEndPosition === false) {
return $output . $debugOutput;
}

Expand Down

0 comments on commit a5c83d3

Please sign in to comment.