Completed
Push — master ( 51a68f...b24d83 )
by Rudi
06:14 queued 04:08
created
src/RateLimiter.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -123,7 +123,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.