Passed
Push — master ( 46b6ee...378b2d )
by Caen
03:55 queued 14s
created
packages/realtime-compiler/tests/Integration/IntegrationTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
 
22 22
     public function testNestedIndexPageRouting()
23 23
     {
24
-        if (! is_dir($this->projectPath('_pages/about'))) {
24
+        if (!is_dir($this->projectPath('_pages/about'))) {
25 25
             mkdir($this->projectPath('_pages/about'), 0755, true);
26 26
         }
27 27
 
Please login to merge, or discard this patch.