Completed
Push — master ( 8acb1b...c6ccb9 )
by Derek Stephen
08:12
created
src/App/Controller/IndexController.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -46,7 +46,6 @@  discard block
 block discarded – undo
46 46
 {
47 47
     /**
48 48
      * @param ServerRequestInterface $request
49
-     * @param array $args
50 49
      * @return ResponseInterface
51 50
      */
52 51
     public function index(ServerRequestInterface $request) : ResponseInterface
@@ -58,7 +57,6 @@  discard block
 block discarded – undo
58 57
 
59 58
     /**
60 59
      * @param ServerRequestInterface $request
61
-     * @param array $args
62 60
      * @return ResponseInterface
63 61
      */
64 62
     public function learn(ServerRequestInterface $request) : ResponseInterface
Please login to merge, or discard this patch.