Skip to content

Commit 5393237

Browse files
authored
Merge pull request dingo#1207 from lucasmichot/feature/master/docblocks
Fix some param docblocks.
2 parents 77a6163 + 4526694 commit 5393237

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)