Passed
Push — master ( ce5bc3...2aaa83 )
by Caen
03:07 queued 11s
created
packages/testing/src/TestCase.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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 {
Please login to merge, or discard this patch.