| @@ -18,6 +18,7 @@ | ||
| 18 | 18 | /** | 
| 19 | 19 | * @inheritDoc | 
| 20 | 20 | * @param ArgumentResolverException $previous | 
| 21 | + * @param string $entryId | |
| 21 | 22 | */ | 
| 22 | 23 | public function __construct($entryId, array $referenceChain, ArgumentResolverException $previous) | 
| 23 | 24 |      { | 
| @@ -66,6 +66,7 @@ | ||
| 66 | 66 | * Adds service Ids to the reference chain. | 
| 67 | 67 | * | 
| 68 | 68 | * @param string[] ...$serviceId | 
| 69 | + * @param string $serviceId | |
| 69 | 70 | */ | 
| 70 | 71 | protected function addToReferenceChain(string ...$serviceId) | 
| 71 | 72 |      { | 
| @@ -87,7 +87,7 @@ | ||
| 87 | 87 | } | 
| 88 | 88 | |
| 89 | 89 | /** | 
| 90 | - * @return callable | |
| 90 | + * @return \Closure | |
| 91 | 91 | */ | 
| 92 | 92 | protected function filesystemCachePoolFactory(): callable | 
| 93 | 93 |      { | 
| @@ -196,6 +196,7 @@ | ||
| 196 | 196 | |
| 197 | 197 | /** | 
| 198 | 198 | * @inheritDoc | 
| 199 | + * @param string $id | |
| 199 | 200 | */ | 
| 200 | 201 | public function get($id, array $arguments = []) | 
| 201 | 202 |      { | 
| @@ -67,7 +67,7 @@ | ||
| 67 | 67 | } | 
| 68 | 68 | |
| 69 | 69 | /** | 
| 70 | - * @param $callable | |
| 70 | + * @param callable $callable | |
| 71 | 71 | * @return callable | 
| 72 | 72 | * @throws InvalidArgumentException | 
| 73 | 73 | */ |