@@ -5,9 +5,9 @@ |
||
5 | 5 | use MovingImage\Bundle\VMProApiBundle\Decorator\BlackholeCacheItemPoolDecorator; |
6 | 6 | use MovingImage\Client\VMPro\ApiClient; |
7 | 7 | use MovingImage\Client\VMPro\ApiClient\AbstractApiClient; |
8 | +use Symfony\Component\EventDispatcher\EventSubscriberInterface; |
|
8 | 9 | use Symfony\Component\HttpKernel\Event\GetResponseEvent; |
9 | 10 | use Symfony\Component\HttpKernel\KernelEvents; |
10 | -use Symfony\Component\EventDispatcher\EventSubscriberInterface; |
|
11 | 11 | |
12 | 12 | /** |
13 | 13 | * This listener kicks in only if the `cache_bypass_argument` bundle config option is set. |
@@ -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) |