@@ -313,7 +313,7 @@ |
||
| 313 | 313 | } |
| 314 | 314 | |
| 315 | 315 | /** |
| 316 | - * @param array $execs |
|
| 316 | + * @param string[] $execs |
|
| 317 | 317 | * @param string $fileName |
| 318 | 318 | * @param InputInterface $input |
| 319 | 319 | * @param OutputInterface $output |
@@ -154,6 +154,9 @@ |
||
| 154 | 154 | ->renderByFormat($output, $formattedTable, $format); |
| 155 | 155 | } |
| 156 | 156 | |
| 157 | + /** |
|
| 158 | + * @param string $format |
|
| 159 | + */ |
|
| 157 | 160 | private function renderTableValue($value, $format) |
| 158 | 161 | { |
| 159 | 162 | if ($value === null) { |
@@ -132,6 +132,9 @@ |
||
| 132 | 132 | } |
| 133 | 133 | } |
| 134 | 134 | |
| 135 | + /** |
|
| 136 | + * @param \Faker\Generator $faker |
|
| 137 | + */ |
|
| 135 | 138 | private function createAddress($faker) |
| 136 | 139 | { |
| 137 | 140 | $country = $this->getCountryCollection() |
@@ -33,7 +33,7 @@ |
||
| 33 | 33 | /** |
| 34 | 34 | * @param $name |
| 35 | 35 | * |
| 36 | - * @return mixed |
|
| 36 | + * @return \PDO|null |
|
| 37 | 37 | */ |
| 38 | 38 | public function __get($name) |
| 39 | 39 | { |