Completed
Pull Request — master (#621)
by
unknown
31:51
created
src/Exception/OAuthServerException.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
     /**
124 124
      * Server error.
125 125
      *
126
-     * @param $hint
126
+     * @param string $hint
127 127
      *
128 128
      * @return static
129 129
      *
Please login to merge, or discard this patch.
src/Grant/AbstractGrant.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -274,7 +274,7 @@
 block discarded – undo
274 274
      *
275 275
      * @param string                 $parameter
276 276
      * @param ServerRequestInterface $request
277
-     * @param mixed                  $default
277
+     * @param null|string                  $default
278 278
      *
279 279
      * @return null|string
280 280
      */
Please login to merge, or discard this patch.