Skip to content

Commit

Permalink
Merge pull request #152 from mpociot/analysis-8QPRlj
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
mpociot authored Jan 29, 2017
2 parents a4ad23a + 8a8d2c2 commit d66f5e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Mpociot/ApiDoc/Generators/LaravelGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public function getUri($route)
if (version_compare(app()->version(), '5.4', '<')) {
return $route->getUri();
}

return $route->uri();
}

Expand All @@ -33,6 +34,7 @@ public function getMethods($route)
if (version_compare(app()->version(), '5.4', '<')) {
return $route->getMethods();
}

return $route->methods();
}

Expand Down

0 comments on commit d66f5e8

Please sign in to comment.