Completed
Push — master ( 2d3b10...9c04b0 )
by Mauro
02:04
created
src/Controller/Task/CreateTask.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
      * @param Request $request
17 17
      * @param Response $response
18 18
      * @param array $args
19
-     * @return array
19
+     * @return Response
20 20
      */
21 21
     public function createTask($request, $response, $args)
22 22
     {
Please login to merge, or discard this patch.
src/Controller/Task/UpdateTask.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
      * @param Request $request
17 17
      * @param Response $response
18 18
      * @param array $args
19
-     * @return array
19
+     * @return Response
20 20
      */
21 21
     public function updateTask($request, $response, $args)
22 22
     {
Please login to merge, or discard this patch.
src/Controller/User/CreateUser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
      * @param Request $request
17 17
      * @param Response $response
18 18
      * @param array $args
19
-     * @return array
19
+     * @return Response
20 20
      */
21 21
     public function createUser($request, $response, $args)
22 22
     {
Please login to merge, or discard this patch.
src/Controller/User/UpdateUser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
      * @param Request $request
17 17
      * @param Response $response
18 18
      * @param array $args
19
-     * @return array
19
+     * @return Response
20 20
      */
21 21
     public function updateUser($request, $response, $args)
22 22
     {
Please login to merge, or discard this patch.