Test Failed
Pull Request — master (#30)
by Sergei
17:05 queued 04:19
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.