Skip to content

Commit 4526694

Browse files
committed
Fix some param docblocks.
1 parent 242411e commit 4526694

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Http/RateLimit/Handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ public function setRateLimiter(callable $limiter)
261261
/**
262262
* Set the throttle to use for rate limiting.
263263
*
264-
* @param string|\Dingo\Api\Contract\Http\RateLimit\Throttle
264+
* @param string|\Dingo\Api\Contract\Http\RateLimit\Throttle $throttle
265265
*
266266
* @return void
267267
*/

src/Routing/Router.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ public function addRoute($methods, $uri, $action)
358358
/**
359359
* Add the controller preparation middleware to the beginning of the routes middleware.
360360
*
361-
* @param array @action
361+
* @param array $action
362362
*
363363
* @return array
364364
*/

0 commit comments

Comments
 (0)