Completed
Pull Request — master (#84)
by Дмитрий
01:44
created
src/Common/Http/HeaderValue.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
     protected $values = [];
16 16
 
17 17
     /**
18
-     * @param string $value
19 18
      */
20 19
     public function __construct(string $header)
21 20
     {
Please login to merge, or discard this patch.
src/OAuth2/Provider/SmashCast.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@
 block discarded – undo
128 128
      * BTW: Yes, I known that it's unneeded round trip to the server
129 129
      *
130 130
      * @param AccessTokenInterface $accessToken
131
-     * @return mixed
131
+     * @return string
132 132
      * @throws InvalidResponse
133 133
      * @throws \Psr\Http\Client\ClientExceptionInterface
134 134
      */
Please login to merge, or discard this patch.