@@ -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 |
@@ -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 |
@@ -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 | { |