Completed
Push — master ( c12456...29b5b4 )
by James
02:02
created
test/unit/SimpleCacheAdapterTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
     {
31 31
         $key = uniqid('key', true);
32 32
         $value = uniqid('value', true);
33
-        $ttl = random_int(1000,9999);
33
+        $ttl = random_int(1000, 9999);
34 34
 
35 35
         /** @var DoctrineCache|\PHPUnit_Framework_MockObject_MockObject $doctrineCache */
36 36
         $doctrineCache = $this->createMock(DoctrineCache::class);
Please login to merge, or discard this patch.