Completed
Push — V6 ( 8b3c5f...89d552 )
by Georges
02:27
created
src/phpFastCache/Core/Pool/ExtendedCacheItemPoolTrait.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,6 +46,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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)
Please login to merge, or discard this patch.