Passed
Push — master ( 935f04...13f58e )
by Caen
03:43 queued 12s
created
packages/framework/src/Foundation/Concerns/BootsHydeKernel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 
21 21
     public function boot(): void
22 22
     {
23
-        if (! $this->readyToBoot || $this->booting) {
23
+        if (!$this->readyToBoot || $this->booting) {
24 24
             return;
25 25
         }
26 26
 
Please login to merge, or discard this patch.