Skip to content

Commit c4e29ad

Browse files
authored
added typehint to docblocks
1 parent b130c10 commit c4e29ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Provider/LaravelServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ protected function addRequestMiddlewareToBeginning(Kernel $kernel)
123123
* with Laravel < 5.4 check if aliasMiddleware exists since this
124124
* method has been renamed.
125125
*
126-
* @param $name
127-
* @param $class
126+
* @param string $name
127+
* @param string $class
128128
*
129129
* @return void
130130
*/

0 commit comments

Comments
 (0)