Skip to content

Commit

Permalink
[5.7] Adds throws PHPDoc comment (#25977)
Browse files Browse the repository at this point in the history
* Adds throws PHPDoc comment

* Update BoundMethod.php
  • Loading branch information
omarkdev authored and taylorotwell committed Oct 7, 2018
1 parent 38fd9e1 commit 607d194
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Illuminate/Container/BoundMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,10 @@ protected static function getMethodDependencies($container, $callback, array $pa
/**
* Get the proper reflection instance for the given callback.
*
* @param callable|string $callback
* @param callable|string $callback
* @return \ReflectionFunctionAbstract
*
* @throws \ReflectionException
*/
protected static function getCallReflector($callback)
{
Expand Down

0 comments on commit 607d194

Please sign in to comment.