@@ -33,7 +33,7 @@ discard block |
||
33 | 33 | { |
34 | 34 | parent::setUp(); |
35 | 35 | |
36 | - if (! static::$booted) { |
|
36 | + if (!static::$booted) { |
|
37 | 37 | $this->resetApplication(); |
38 | 38 | |
39 | 39 | static::$booted = true; |
@@ -129,7 +129,7 @@ discard block |
||
129 | 129 | if (Filesystem::isDirectory($file)) { |
130 | 130 | $keep = ['_site', '_media', '_pages', '_posts', '_docs', 'app', 'config', 'storage', 'vendor', 'node_modules']; |
131 | 131 | |
132 | - if (! in_array($file, $keep)) { |
|
132 | + if (!in_array($file, $keep)) { |
|
133 | 133 | Filesystem::deleteDirectory($file); |
134 | 134 | } |
135 | 135 | } else { |