Passed
Pull Request — master (#25)
by
unknown
21:56
created
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.