Completed
Push — singleFile ( a2a23d )
by Nicolas
10:41
created
src/Karma/Filesystem/Adapters/SingleLocalFile.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
 
19 19
     public function read($key)
20 20
     {
21
-        if(! $this->exists($key))
21
+        if( ! $this->exists($key))
22 22
         {
23 23
             return false;
24 24
         }
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
 
44 44
     public function mtime($key)
45 45
     {
46
-        if(! $this->exists($key))
46
+        if( ! $this->exists($key))
47 47
         {
48 48
             return false;
49 49
         }
Please login to merge, or discard this patch.