Passed
Push — master ( f60c10...b70f5f )
by Petr
11:33 queued 04:07
created
php-src/Storage/Format/Format.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,6 +40,6 @@
 block discarded – undo
40 40
         if (is_string($data)) {
41 41
             return $data;
42 42
         }
43
-        return (string)json_encode($data);
43
+        return (string) json_encode($data);
44 44
     }
45 45
 }
Please login to merge, or discard this patch.
php-src/Storage/Key/DirKey.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 class DirKey implements IKey
10 10
 {
11 11
     /** @var string */
12
-    protected static $dir= '/var/cache/wwwcache/';
12
+    protected static $dir = '/var/cache/wwwcache/';
13 13
 
14 14
     public static function setDir(string $dir): void
15 15
     {
Please login to merge, or discard this patch.