Completed
Push — master ( c1b77c...4fc225 )
by Phecho
07:16 queued 02:07
created
app/Console/TaskOverdueNotificationCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     /**
35 35
      * Execute the console command.
36 36
      *
37
-     * @param InputInterface  $output
37
+     * @param OutputInterface  $output
38 38
      * @param OutputInterface $output
39 39
      *
40 40
      * @return void
Please login to merge, or discard this patch.
app/Console/TaskTriggerCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     /**
35 35
      * Execute the console command.
36 36
      *
37
-     * @param InputInterface  $output
37
+     * @param OutputInterface  $output
38 38
      * @param OutputInterface $output
39 39
      *
40 40
      * @return void
Please login to merge, or discard this patch.
app/Console/TransitionExportCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     /**
35 35
      * Execute the console command.
36 36
      *
37
-     * @param InputInterface  $output
37
+     * @param OutputInterface  $output
38 38
      * @param OutputInterface $output
39 39
      *
40 40
      * @return void
Please login to merge, or discard this patch.
app/Helpers/TaskHelper.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -100,8 +100,7 @@
 block discarded – undo
100 100
     /**
101 101
      * Display a select field of tags.
102 102
      *
103
-     * @param array $values Form values
104
-     * @param array $targs  Form tags
103
+     * @param array $tags  Form tags
105 104
      *
106 105
      * @return string
107 106
      */
Please login to merge, or discard this patch.
app/Auth/ApiTokenAuth.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
      * Get user object
81 81
      *
82 82
      * @access public
83
-     * @return \Kanboard\User\DatabaseUserProvider
83
+     * @return null|DatabaseUserProvider
84 84
      */
85 85
     public function getUser()
86 86
     {
Please login to merge, or discard this patch.
app/Helpers/AppHelper.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -166,7 +166,7 @@  discard block
 block discarded – undo
166 166
     /**
167 167
      * Get default view of project.
168 168
      *
169
-     * @return array
169
+     * @return string[]
170 170
      */
171 171
     public function getProjectDefaultView($slug = '', $forController = false)
172 172
     {
@@ -199,7 +199,7 @@  discard block
 block discarded – undo
199 199
     /**
200 200
      * Get current dashboard.
201 201
      *
202
-     * @return array
202
+     * @return string[]
203 203
      */
204 204
     public function getDashboard($forController = false)
205 205
     {
Please login to merge, or discard this patch.
app/Http/Controllers/Api/ActionController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,6 @@
 block discarded – undo
42 42
     /**
43 43
      * Get list of compatible events for a given action.
44 44
      *
45
-     * @param string $name
46 45
      *
47 46
      * @return array
48 47
      */
Please login to merge, or discard this patch.
app/Http/Controllers/Api/Controller.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
     /**
25 25
      * Before method of procedure.
26 26
      *
27
-     * @param string $role
28 27
      *
29 28
      * @return void
30 29
      */
Please login to merge, or discard this patch.
app/Http/Controllers/Api/ProjectFileController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
      * @param int $project_id
55 55
      * @param int $file_id
56 56
      *
57
-     * @return array
57
+     * @return string
58 58
      */
59 59
     public function downloadProjectFile($project_id, $file_id)
60 60
     {
Please login to merge, or discard this patch.