Completed
Push — master ( 4d65fa...1a0d8a )
by
unknown
12s
created
EventListener/BypassCacheListener.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,9 +5,9 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.
Tests/EventListener/BypassCacheListenerTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.