Completed
Push — staging ( 49d4d2...31af54 )
by Matthew
03:26
created
src/Utility/RedisUtility.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 
12 12
     protected $flag = 'NOT-USED';
13 13
     protected $misses = 0;
14
-    protected $hits =  0;
14
+    protected $hits = 0;
15 15
 
16 16
     /**
17 17
      * Sets the Redis Missed Flag
Please login to merge, or discard this patch.