Skip to content

Commit

Permalink
Fix: adding blank line before return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mepeisoticketsauce committed Feb 26, 2024
1 parent 50ad7e5 commit aca69e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Lib/Route/RouteScanner.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ private function loadRoutes(): void

if (!$this->config->isHotReload() && PHP_SAPI !== 'cli') {
$this->routes = $routes;

return;
}

Expand Down

0 comments on commit aca69e5

Please sign in to comment.