Completed
Pull Request — master (#23)
by Chad
01:56
created
src/Token.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
      * @param ResponseInterface      $response  Represents the current HTTP response.
40 40
      * @param array                  $arguments Values for the current route’s named placeholders.
41 41
      *
42
-     * @return RequestInterface
42
+     * @return \Slim\Http\Response
43 43
      */
44 44
     public function __invoke(ServerRequestInterface $request, ResponseInterface $response, array $arguments = [])
45 45
     {
Please login to merge, or discard this patch.