@@ -87,7 +87,7 @@ |
||
| 87 | 87 | /** |
| 88 | 88 | * Get a Factory to test with |
| 89 | 89 | * |
| 90 | - * @return Factory |
|
| 90 | + * @return \SilverLeague\Console\Command\Factory |
|
| 91 | 91 | */ |
| 92 | 92 | protected function getFactory() |
| 93 | 93 | { |
@@ -194,7 +194,7 @@ |
||
| 194 | 194 | return $output->writeln(json_encode($data, JSON_PRETTY_PRINT)); |
| 195 | 195 | } |
| 196 | 196 | |
| 197 | - array_walk($data, function (&$value, $key) { |
|
| 197 | + array_walk($data, function(&$value, $key) { |
|
| 198 | 198 | $value = [$key, $value]; |
| 199 | 199 | }); |
| 200 | 200 | |