@@ -123,7 +123,6 @@ discard block |
||
| 123 | 123 | /** |
| 124 | 124 | * Returns a log level for a given response. |
| 125 | 125 | * |
| 126 | - * @param ResponseInterface $response The response being logged. |
|
| 127 | 126 | * |
| 128 | 127 | * @return string LogLevel |
| 129 | 128 | */ |
@@ -173,7 +172,7 @@ discard block |
||
| 173 | 172 | * Returns a callable handler which allows the provider to set the request |
| 174 | 173 | * allowance for the next request, using the current response. |
| 175 | 174 | * |
| 176 | - * @return Closure Handler to set request allowance on the rate provider. |
|
| 175 | + * @return \Closure Handler to set request allowance on the rate provider. |
|
| 177 | 176 | */ |
| 178 | 177 | protected function setAllowance() |
| 179 | 178 | { |