Skip to content

Commit

Permalink
Small comments change into Nova\Routing\Route
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyCyborg committed Mar 27, 2017
1 parent 8ea1227 commit 46e5572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Routing/Route.php
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ protected function extractOptionalParameters()
protected function parseAction($action)
{
if (is_string($action) || is_callable($action)) {
// A null, string or Closure is given as Action.
// A string or Closure is given as Action.
return array('uses' => $action);
} else if (! isset($action['uses'])) {
// Find the Closure in the Action array.
Expand Down

0 comments on commit 46e5572

Please sign in to comment.