Passed
Push — master ( 0a3ad9...18996d )
by Conrad
06:55
created
src/Controllers/AuthoriseController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
     /**
100 100
      * Converts a PSR7 Response object into a SilverStripe HTTPResponse object.
101 101
      *
102
-     * @param Response $response THe PSR7 Response object to convert.
102
+     * @param \Psr\Http\Message\ResponseInterface $response THe PSR7 Response object to convert.
103 103
      *
104 104
      * @return HTTPResponse
105 105
      */
Please login to merge, or discard this patch.
src/Repositories/AccessTokenRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
     /**
69 69
      * Find the Token for passed id.
70 70
      *
71
-     * @param mixed $tokenId The id of the token.
71
+     * @param string $tokenId The id of the token.
72 72
      *
73 73
      * @return AccessTokenModel
74 74
      */
Please login to merge, or discard this patch.