Test Failed
Push — master ( df12c3...85767c )
by Sergei
18:07 queued 14:14
created
src/RedisCache.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -229,7 +229,7 @@
 block discarded – undo
229 229
                 ->getTimestamp();
230 230
         }
231 231
 
232
-        return (int) $ttl;
232
+        return (int)$ttl;
233 233
     }
234 234
 
235 235
     /**
Please login to merge, or discard this patch.