Passed
Push — develop ( 5d0193...74fc79 )
by Andrew
05:52 queued 03:14
created
src/services/Cache.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
                 Craft::info(
50 50
                     Craft::t(
51 51
                         'fastcgi-cache-bust',
52
-                        'FastCGI Cache busted: `'.$cacheDir
52
+                        'FastCGI Cache busted: `' . $cacheDir
53 53
                     ),
54 54
                     __METHOD__
55 55
                 );
Please login to merge, or discard this patch.
src/models/Settings.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,8 +36,8 @@
 block discarded – undo
36 36
     public function rules(): array
37 37
     {
38 38
         return [
39
-            ['cachePath', 'string'],
40
-            ['cachePath', 'default', 'value' => ''],
39
+            [ 'cachePath', 'string' ],
40
+            [ 'cachePath', 'default', 'value' => '' ],
41 41
         ];
42 42
     }
43 43
 }
Please login to merge, or discard this patch.