Skip to content

Commit

Permalink
added typehint to docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
rhwilr committed Jan 26, 2017
1 parent b130c10 commit c4e29ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Provider/LaravelServiceProvider.php
Expand Up @@ -123,8 +123,8 @@ protected function addRequestMiddlewareToBeginning(Kernel $kernel)
* with Laravel < 5.4 check if aliasMiddleware exists since this
* method has been renamed.
*
* @param $name
* @param $class
* @param string $name
* @param string $class
*
* @return void
*/
Expand Down

0 comments on commit c4e29ad

Please sign in to comment.