Skip to content

Commit

Permalink
add missing UnexpectedValueException docblock (#24905)
Browse files Browse the repository at this point in the history
  • Loading branch information
chapeupreto authored and taylorotwell committed Jul 20, 2018
1 parent c19afaf commit 3bf6296
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Illuminate/Routing/RouteAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ protected static function findCallable(array $action)
*
* @param string $action
* @return string
*
* @throws \UnexpectedValueException
*/
protected static function makeInvokable($action)
{
Expand Down

0 comments on commit 3bf6296

Please sign in to comment.