Completed
Push — master ( 770c9d...fd8b40 )
by Sebastian
03:02
created
src/Backup/Source/Redis.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -171,7 +171,7 @@
 block discarded – undo
171 171
         if (!preg_match('#\(integer\) ([0-9]+)#i', $output, $matches)) {
172 172
             throw new Exception('invalid redis-cli LASTSAVE output');
173 173
         }
174
-        return (int)$matches[1];
174
+        return (int) $matches[1];
175 175
     }
176 176
 
177 177
     /**
Please login to merge, or discard this patch.