Completed
Pull Request — master (#73)
by Tobias
02:16
created
src/Authenticator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -282,7 +282,7 @@
 block discarded – undo
282 282
     }
283 283
 
284 284
     /**
285
-     * @param $state
285
+     * @param null|string $state
286 286
      *
287 287
      * @return $this
288 288
      */
Please login to merge, or discard this patch.
src/Http/ResponseConverter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 {
10 10
     /**
11 11
      * @param ResponseInterface $response
12
-     * @param string            $format
12
+     * @param string|null $requestFormat
13 13
      *
14 14
      * @return ResponseInterface|\Psr\Http\Message\StreamInterface|\SimpleXMLElement|string
15 15
      *
Please login to merge, or discard this patch.