@@ -46,6 +46,7 @@ discard block |
||
46 | 46 | |
47 | 47 | /** |
48 | 48 | * @inheritdoc |
49 | + * @param string $tagName |
|
49 | 50 | */ |
50 | 51 | public function getItemsByTag($tagName) |
51 | 52 | { |
@@ -416,7 +417,7 @@ discard block |
||
416 | 417 | |
417 | 418 | /** |
418 | 419 | * @internal This method de-register an item from $this->itemInstances |
419 | - * @param CacheItemInterface|string $item |
|
420 | + * @param CacheItemInterface $item |
|
420 | 421 | * @throws \InvalidArgumentException |
421 | 422 | */ |
422 | 423 | protected function deregisterItem($item) |