Completed
Push — master ( 2d3b10...9c04b0 )
by Mauro
02:04
created
src/Service/UserService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 class UserService extends BaseService
12 12
 {
13 13
     /**
14
-     * @param object $database
14
+     * @param \PDO $database
15 15
      */
16 16
     public function __construct(\PDO $database)
17 17
     {
Please login to merge, or discard this patch.
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.