Passed
Push — main ( f9b1a8...4b3cf8 )
by Pavel
01:30
created
src/Cache/ArrayCache.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@
 block discarded – undo
121 121
         }
122 122
 
123 123
         if (is_integer($ttl)) {
124
-            $ttl = new DateInterval(sprintf('PT%sS', (int)$ttl));
124
+            $ttl = new DateInterval(sprintf('PT%sS', (int) $ttl));
125 125
         }
126 126
 
127 127
         if (!$ttl instanceof DateInterval) {
Please login to merge, or discard this patch.