Completed
Pull Request — master (#6)
by Grégoire
02:52
created
src/Logger.php 2 patches
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -212,7 +212,7 @@  discard block
 block discarded – undo
212 212
      *
213 213
      * @param RequestInterface $request
214 214
      *
215
-     * @return Closure
215
+     * @return \Closure
216 216
      */
217 217
     protected function onSuccess(RequestInterface $request)
218 218
     {
@@ -227,7 +227,7 @@  discard block
 block discarded – undo
227 227
      *
228 228
      * @param RequestInterface $request
229 229
      *
230
-     * @return Closure
230
+     * @return \Closure
231 231
      */
232 232
     protected function onFailure(RequestInterface $request)
233 233
     {
@@ -247,7 +247,7 @@  discard block
 block discarded – undo
247 247
      *
248 248
      * @param callable $handler
249 249
      *
250
-     * @return Closure
250
+     * @return \Closure
251 251
      */
252 252
     public function __invoke(callable $handler)
253 253
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use Psr\Http\Message\ResponseInterface;
10 10
 use Psr\Log\LogLevel;
11 11
 use Psr\Log\LoggerInterface;
12
-
13 12
 use InvalidArgumentException;
14 13
 
15 14
 /**
Please login to merge, or discard this patch.