@@ -88,7 +88,7 @@ |
||
88 | 88 | } |
89 | 89 | |
90 | 90 | /** |
91 | - * @param array $host |
|
91 | + * @param string $host |
|
92 | 92 | * |
93 | 93 | * @throws InvalidArgumentException |
94 | 94 | * @return array |
@@ -64,6 +64,9 @@ |
||
64 | 64 | ); |
65 | 65 | } |
66 | 66 | |
67 | + /** |
|
68 | + * @param string $factoryKey |
|
69 | + */ |
|
67 | 70 | private function createFactoryInConfig(ServiceLocatorInterface $serviceLocator, $handlerParams, $factoryKey) |
68 | 71 | { |
69 | 72 | if ($this->hasHandlerFactoryOption($handlerParams, $factoryKey)) { |