Skip to content

Commit 912480a

Browse files
committed
style: remove emtpy line
Fix due to changes in the coding standard.
1 parent 75d8b56 commit 912480a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

system/Router/DefinedRouteCollector.php

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ public function collect(): Generator
4949

5050
foreach ($routes as $route => $handler) {
5151
if (is_string($handler) || $handler instanceof Closure) {
52-
5352
if ($handler instanceof Closure) {
5453
$view = $this->routeCollection->getRoutesOptions($route, $method)['view'] ?? false;
5554

0 commit comments

Comments
 (0)