Passed
Push — master ( f93989...6f8fd1 )
by Caen
03:58 queued 13s
created
packages/framework/src/Pages/VirtualPage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
 
70 70
     public function compile(): string
71 71
     {
72
-        if (! $this->contents && $this->view) {
72
+        if (!$this->contents && $this->view) {
73 73
             return View::make($this->getBladeView(), $this->matter->toArray())->render();
74 74
         }
75 75
 
Please login to merge, or discard this patch.