@@ -89,7 +89,7 @@ |
||
89 | 89 | * @param InputInterface $input |
90 | 90 | * @param string $param |
91 | 91 | */ |
92 | - private function setServiceParameter(InputInterface &$input, $param) |
|
92 | + private function setServiceParameter(InputInterface & $input, $param) |
|
93 | 93 | { |
94 | 94 | Service::setParameter($param, $input->getOption($param)); |
95 | 95 | } |
@@ -14,6 +14,9 @@ |
||
14 | 14 | { |
15 | 15 | private $templateMappings; |
16 | 16 | |
17 | + /** |
|
18 | + * @param string[] $templateMappings |
|
19 | + */ |
|
17 | 20 | public function setTemplateMappings($templateMappings) |
18 | 21 | { |
19 | 22 | $this->templateMappings = $templateMappings; |