@@ -109,7 +109,6 @@ |
||
109 | 109 | |
110 | 110 | /** |
111 | 111 | * Push a docker container image |
112 | - * @param string $name |
|
113 | 112 | * @throws \Exception |
114 | 113 | */ |
115 | 114 | private function pushImage(): void |
@@ -313,6 +313,9 @@ |
||
313 | 313 | } |
314 | 314 | } |
315 | 315 | |
316 | + /** |
|
317 | + * @param string $name |
|
318 | + */ |
|
316 | 319 | private function add($name, array $value): void |
317 | 320 | { |
318 | 321 | if (!\property_exists($this, $name)) { |