Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jun 9, 2023
1 parent 6446ad0 commit e80d96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/DebugController.php
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ public function eventStream(
if ($hash !== $newHash) {
$response = [
'type' => 'debug-updated',
'payload' => []
'payload' => [],
];

$buffer[] = json_encode($response);
Expand Down

0 comments on commit e80d96c

Please # to comment.