@@ -348,7 +348,7 @@ |
||
| 348 | 348 | * |
| 349 | 349 | * @param array $info |
| 350 | 350 | * @param OutputInterface $output |
| 351 | - * @return null |
|
| 351 | + * @return integer|null |
|
| 352 | 352 | */ |
| 353 | 353 | public function outputEnvironmentInfo(array $info, OutputInterface $output) |
| 354 | 354 | { |
@@ -617,6 +617,9 @@ |
||
| 617 | 617 | return $this->getSingleEnvironment($name); |
| 618 | 618 | } |
| 619 | 619 | |
| 620 | + /** |
|
| 621 | + * @param string $name |
|
| 622 | + */ |
|
| 620 | 623 | public function setEnvironmentName($name) |
| 621 | 624 | { |
| 622 | 625 | $this->environmentName = $name; |