@@ -115,7 +115,7 @@ |
||
| 115 | 115 | } |
| 116 | 116 | |
| 117 | 117 | /** |
| 118 | - * @param \Exception|\Error $exception |
|
| 118 | + * @param \Exception $exception |
|
| 119 | 119 | * @param \Symfony\Component\Console\Output\OutputInterface $output |
| 120 | 120 | */ |
| 121 | 121 | protected function handleError($exception, OutputInterface $output) |
@@ -23,8 +23,8 @@ |
||
| 23 | 23 | } |
| 24 | 24 | |
| 25 | 25 | /** |
| 26 | - * @param \ByJG\AnyDataset\DbDriverInterface $dbDriver |
|
| 27 | - * @param $database |
|
| 26 | + * @param \ByJG\AnyDataset\Db\DbDriverInterface $dbDriver |
|
| 27 | + * @param string $database |
|
| 28 | 28 | */ |
| 29 | 29 | protected static function createDatabaseIfNotExists($dbDriver, $database) |
| 30 | 30 | { |