Skip to content

Commit 8a8d2c2

Browse files
mpociotStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent a4ad23a commit 8a8d2c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Mpociot/ApiDoc/Generators/LaravelGenerator.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public function getUri($route)
2020
if (version_compare(app()->version(), '5.4', '<')) {
2121
return $route->getUri();
2222
}
23+
2324
return $route->uri();
2425
}
2526

@@ -33,6 +34,7 @@ public function getMethods($route)
3334
if (version_compare(app()->version(), '5.4', '<')) {
3435
return $route->getMethods();
3536
}
37+
3638
return $route->methods();
3739
}
3840

0 commit comments

Comments
 (0)