Passed
Push — master ( 4048f5...9bbf2e )
by Caen
03:20 queued 14s
created
packages/framework/src/HydeKernel.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
 
102 102
     public function pages(): PageCollection
103 103
     {
104
-        if (! $this->booted) {
104
+        if (!$this->booted) {
105 105
             $this->boot();
106 106
         }
107 107
 
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
 
111 111
     public function routes(): RouteCollection
112 112
     {
113
-        if (! $this->booted) {
113
+        if (!$this->booted) {
114 114
             $this->boot();
115 115
         }
116 116
 
Please login to merge, or discard this patch.