@@ -25,7 +25,7 @@ |
||
| 25 | 25 | { |
| 26 | 26 | parent::setUp(); |
| 27 | 27 | |
| 28 | - if (! static::$booted) { |
|
| 28 | + if (!static::$booted) { |
|
| 29 | 29 | $this->resetApplication(); |
| 30 | 30 | |
| 31 | 31 | static::$booted = true; |
@@ -66,7 +66,7 @@ |
||
| 66 | 66 | '.gitkeep', |
| 67 | 67 | ]; |
| 68 | 68 | |
| 69 | - if (! in_array(basename($filepath), $protected)) { |
|
| 69 | + if (!in_array(basename($filepath), $protected)) { |
|
| 70 | 70 | unlink($filepath); |
| 71 | 71 | } |
| 72 | 72 | } |
@@ -51,7 +51,7 @@ |
||
| 51 | 51 | if (sizeof($this->fileMemory) > 0) { |
| 52 | 52 | foreach ($this->fileMemory as $file) { |
| 53 | 53 | if (Filesystem::isDirectory($file)) { |
| 54 | - if (! in_array($file, ['_site', '_media', '_pages', '_posts', '_docs', 'app', 'config', 'storage', 'vendor', 'node_modules'])) { |
|
| 54 | + if (!in_array($file, ['_site', '_media', '_pages', '_posts', '_docs', 'app', 'config', 'storage', 'vendor', 'node_modules'])) { |
|
| 55 | 55 | Filesystem::deleteDirectory($file); |
| 56 | 56 | } |
| 57 | 57 | } else { |