@@ -50,7 +50,7 @@ |
||
| 50 | 50 | } |
| 51 | 51 | |
| 52 | 52 | /** |
| 53 | - * @return callable |
|
| 53 | + * @return \Closure |
|
| 54 | 54 | */ |
| 55 | 55 | public function create() |
| 56 | 56 | { |
@@ -191,6 +191,11 @@ discard block |
||
| 191 | 191 | $loader->load('operations/aop.xml'); |
| 192 | 192 | } |
| 193 | 193 | |
| 194 | + /** |
|
| 195 | + * @param string $name |
|
| 196 | + * |
|
| 197 | + * @return string |
|
| 198 | + */ |
|
| 194 | 199 | private function createOperationRunnerDefinition(ContainerBuilder $container, $name, array $config) |
| 195 | 200 | { |
| 196 | 201 | if (array_key_exists('retry', $config)) { |
@@ -225,6 +230,11 @@ discard block |
||
| 225 | 230 | return $name; |
| 226 | 231 | } |
| 227 | 232 | |
| 233 | + /** |
|
| 234 | + * @param string $name |
|
| 235 | + * |
|
| 236 | + * @return string |
|
| 237 | + */ |
|
| 228 | 238 | private function createWaiterDefinition(ContainerBuilder $container, $name, array $config) |
| 229 | 239 | { |
| 230 | 240 | if (array_key_exists('count_limited', $config)) { |
@@ -49,6 +49,7 @@ |
||
| 49 | 49 | |
| 50 | 50 | /** |
| 51 | 51 | * {@inheritdoc} |
| 52 | + * @param string $identifier |
|
| 52 | 53 | */ |
| 53 | 54 | public function getTicksBeforeUnderLimit($identifier) |
| 54 | 55 | { |