@@ -67,7 +67,7 @@ |
||
67 | 67 | * fetching it again from the pool will result in the specified "hit" status. |
68 | 68 | * ($isHit = true -> expecting a cache hit; $isHit = false -> expecting a cache miss). |
69 | 69 | * |
70 | - * @param $isHit |
|
70 | + * @param boolean $isHit |
|
71 | 71 | * @param CacheItemPoolInterface $pool |
72 | 72 | */ |
73 | 73 | private function assertIsHit($isHit, CacheItemPoolInterface $pool) |