Passed
Push — master ( 303190...e2caf5 )
by Caen
03:26 queued 12s
created
packages/framework/src/Console/Commands/RebuildStaticPageCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -89,11 +89,11 @@
 block discarded – undo
89 89
                     Hyde::pathToRelative(Hyde::getDocumentationPagePath()),
90 90
                 ];
91 91
 
92
-                if (! in_array($directory, $directories)) {
92
+                if (!in_array($directory, $directories)) {
93 93
                     throw new Exception("Path [$this->path] is not in a valid source directory.", 400);
94 94
                 }
95 95
 
96
-                if (! file_exists(Hyde::path($this->path))) {
96
+                if (!file_exists(Hyde::path($this->path))) {
97 97
                     throw new Exception("File [$this->path] not found.", 404);
98 98
                 }
99 99
             }
Please login to merge, or discard this patch.