@@ -49,7 +49,7 @@ |
||
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 | ); |
@@ -36,8 +36,8 @@ |
||
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 | } |