@@ -46,8 +46,8 @@ |
||
46 | 46 | } |
47 | 47 | |
48 | 48 | /** |
49 | - * @param $command |
|
50 | - * @param $error |
|
49 | + * @param null|\Symfony\Component\Console\Command\Command $command |
|
50 | + * @param \Throwable $error |
|
51 | 51 | */ |
52 | 52 | private function logCommandError($command, $error) |
53 | 53 | { |