Completed
Branch master (f7441c)
by Aleksandar
09:22
created
src/Admin/Controller/AuthController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
98 98
     /**
99 99
      * Clears user session.
100 100
      *
101
-     * @return static
101
+     * @return \Psr\Http\Message\ResponseInterface
102 102
      */
103 103
     public function logout() : \Psr\Http\Message\ResponseInterface
104 104
     {
Please login to merge, or discard this patch.
src/Core/Middleware/Error.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,6 @@
 block discarded – undo
32 32
     /**
33 33
      * Invoked on middleware execution.
34 34
      *
35
-     * @param mixed $exception   exception
36 35
      * @param Request $request   request
37 36
      * @param Response $response response
38 37
      * @return HtmlResponse
Please login to merge, or discard this patch.