Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon authored and github-actions[bot] committed Mar 9, 2023
1 parent c15e599 commit 631bc67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundles/AdminBundle/Controller/Admin/MiscController.php
Expand Up @@ -60,7 +60,7 @@ public function getAvailableControllerReferencesAction(Request $request, Control
return $this->adminJson([
'success' => true,
'data' => $result,
'total' => count($result)
'total' => count($result),
]);
}

Expand Down

0 comments on commit 631bc67

Please sign in to comment.