@@ -180,7 +180,7 @@ |
||
180 | 180 | * |
181 | 181 | * @param Stack $stack |
182 | 182 | * |
183 | - * @return int |
|
183 | + * @return double |
|
184 | 184 | */ |
185 | 185 | private function countStackMessages(Stack $stack) |
186 | 186 | { |
@@ -230,7 +230,7 @@ discard block |
||
230 | 230 | } |
231 | 231 | |
232 | 232 | /** |
233 | - * @return mixed |
|
233 | + * @return string |
|
234 | 234 | */ |
235 | 235 | public function getClientResponse() |
236 | 236 | { |
@@ -238,7 +238,7 @@ discard block |
||
238 | 238 | } |
239 | 239 | |
240 | 240 | /** |
241 | - * @param mixed $clientResponse |
|
241 | + * @param string $clientResponse |
|
242 | 242 | */ |
243 | 243 | public function setClientResponse($clientResponse) |
244 | 244 | { |
@@ -296,7 +296,7 @@ |
||
296 | 296 | /** |
297 | 297 | * Validate that the configuration fragment has the specified keys and none other. |
298 | 298 | * |
299 | - * @param array $expected Fields that must exist |
|
299 | + * @param string[] $expected Fields that must exist |
|
300 | 300 | * @param array $actual Actual configuration hashmap |
301 | 301 | * @param string $authName Name of authentication method for error messages |
302 | 302 | * |
@@ -112,6 +112,9 @@ |
||
112 | 112 | $this->assertEquals($container->get('httplug.client.acme'), HttpAsyncClientDiscovery::find()); |
113 | 113 | } |
114 | 114 | |
115 | + /** |
|
116 | + * @param boolean $debug |
|
117 | + */ |
|
115 | 118 | private function getContainer($debug, $environment = 'test') |
116 | 119 | { |
117 | 120 | static::bootKernel(['debug' => $debug, 'environment' => $environment]); |
@@ -541,6 +541,9 @@ |
||
541 | 541 | return $pluginServiceId; |
542 | 542 | } |
543 | 543 | |
544 | + /** |
|
545 | + * @param string $prefix |
|
546 | + */ |
|
544 | 547 | private function configureVcrPlugin(ContainerBuilder $container, array $config, $prefix) |
545 | 548 | { |
546 | 549 | $recorder = $config['recorder']; |
@@ -13,7 +13,7 @@ |
||
13 | 13 | /** |
14 | 14 | * {@inheritdoc} |
15 | 15 | * |
16 | - * @return array |
|
16 | + * @return TwigFilter[] |
|
17 | 17 | */ |
18 | 18 | public function getFilters() |
19 | 19 | { |