@@ -34,7 +34,7 @@ |
||
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 |
@@ -34,7 +34,7 @@ |
||
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 |
@@ -34,7 +34,7 @@ |
||
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 |
@@ -100,8 +100,7 @@ |
||
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 | */ |
@@ -80,7 +80,7 @@ |
||
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 | { |
@@ -166,7 +166,7 @@ discard block |
||
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 |
||
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 | { |
@@ -42,7 +42,6 @@ |
||
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 | */ |
@@ -24,7 +24,6 @@ |
||
24 | 24 | /** |
25 | 25 | * Before method of procedure. |
26 | 26 | * |
27 | - * @param string $role |
|
28 | 27 | * |
29 | 28 | * @return void |
30 | 29 | */ |
@@ -54,7 +54,7 @@ |
||
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 | { |