@@ -22,7 +22,6 @@ |
||
22 | 22 | protected $em; |
23 | 23 | |
24 | 24 | /** |
25 | - * @param EngineInterface $templating |
|
26 | 25 | * @param EntityManagerInterface $em |
27 | 26 | */ |
28 | 27 | public function __construct(/* EngineInterface|EntityManagerInterface */ $em, EntityManagerInterface $emOld = null) |
@@ -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 | { |