Passed
Push — master ( 8615ef...5e52dd )
by Tim
02:51
created
tests/unit/Cache/LocalCacheAdapterTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
 
124 124
         // query whether or not the value is available either per unique key or reference
125 125
         $this->assertTrue($this->localCacheAdapter->isCached($uniqueKey));
126
-        $this->assertTrue($this->localCacheAdapter->isCached($ref));;
126
+        $this->assertTrue($this->localCacheAdapter->isCached($ref)); ;
127 127
     }
128 128
 
129 129
     /**
Please login to merge, or discard this patch.