@@ -38,7 +38,7 @@ |
||
38 | 38 | /** |
39 | 39 | * Execute the console command. |
40 | 40 | * |
41 | - * @param InputInterface $output |
|
41 | + * @param OutputInterface $output |
|
42 | 42 | * @param OutputInterface $output |
43 | 43 | * |
44 | 44 | * @return void |
@@ -38,7 +38,7 @@ |
||
38 | 38 | /** |
39 | 39 | * Execute the console command. |
40 | 40 | * |
41 | - * @param InputInterface $output |
|
41 | + * @param OutputInterface $output |
|
42 | 42 | * @param OutputInterface $output |
43 | 43 | * |
44 | 44 | * @return void |
@@ -38,7 +38,7 @@ |
||
38 | 38 | /** |
39 | 39 | * Execute the console command. |
40 | 40 | * |
41 | - * @param InputInterface $output |
|
41 | + * @param OutputInterface $output |
|
42 | 42 | * @param OutputInterface $output |
43 | 43 | * |
44 | 44 | * @return void |
@@ -38,7 +38,7 @@ |
||
38 | 38 | /** |
39 | 39 | * Execute the console command. |
40 | 40 | * |
41 | - * @param InputInterface $output |
|
41 | + * @param OutputInterface $output |
|
42 | 42 | * @param OutputInterface $output |
43 | 43 | * |
44 | 44 | * @return void |
@@ -38,7 +38,7 @@ |
||
38 | 38 | /** |
39 | 39 | * Execute the console command. |
40 | 40 | * |
41 | - * @param InputInterface $output |
|
41 | + * @param OutputInterface $output |
|
42 | 42 | * @param OutputInterface $output |
43 | 43 | * |
44 | 44 | * @return void |
@@ -38,7 +38,7 @@ |
||
38 | 38 | /** |
39 | 39 | * Execute the console command. |
40 | 40 | * |
41 | - * @param InputInterface $output |
|
41 | + * @param OutputInterface $output |
|
42 | 42 | * @param OutputInterface $output |
43 | 43 | * |
44 | 44 | * @return void |
@@ -154,7 +154,7 @@ |
||
154 | 154 | /** |
155 | 155 | * Get formats for date parsing. |
156 | 156 | * |
157 | - * @return array |
|
157 | + * @return string[] |
|
158 | 158 | */ |
159 | 159 | public function getParserFormats() |
160 | 160 | { |
@@ -24,7 +24,6 @@ |
||
24 | 24 | /** |
25 | 25 | * Before action. |
26 | 26 | * |
27 | - * @param string $role |
|
28 | 27 | * |
29 | 28 | * @return void |
30 | 29 | */ |
@@ -86,7 +86,7 @@ |
||
86 | 86 | /** |
87 | 87 | * Get user object. |
88 | 88 | * |
89 | - * @return Jitamin\Services\Identity\DatabaseUserProvider |
|
89 | + * @return null|DatabaseUserProvider |
|
90 | 90 | */ |
91 | 91 | public function getUser() |
92 | 92 | { |