Passed
Push — master ( 8298e2...57e0d2 )
by Caen
03:28 queued 13s
created
packages/framework/src/Foundation/Concerns/BootsHydeKernel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      */
30 30
     public function boot(): void
31 31
     {
32
-        if (! $this->readyToBoot || $this->booting) {
32
+        if (!$this->readyToBoot || $this->booting) {
33 33
             return;
34 34
         }
35 35
 
Please login to merge, or discard this patch.