Passed
Push — master ( 4bba79...d3b029 )
by Terry
17:12
created
src/SimpleCache/Cache.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -173,7 +173,7 @@
 block discarded – undo
173 173
         $removedList = [];
174 174
 
175 175
         $probability = $settings['gc_probability'] ?? 1;
176
-        $divisor     = $settings['gc_divisor']     ?? 100;
176
+        $divisor     = $settings['gc_divisor'] ?? 100;
177 177
 
178 178
         if (method_exists($this->driver, 'gc')) {
179 179
             $removedList = $this->driver->gc($probability, $divisor);
Please login to merge, or discard this patch.