Passed
Push — master ( 856b52...5c51b9 )
by Caen
03:00 queued 12s
created
packages/framework/src/Foundation/Concerns/ManagesHydeKernel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
     /** @return array<class-string<\Hyde\Pages\Concerns\HydePage>> */
60 60
     public function getDiscoveredPageTypes(): array
61 61
     {
62
-        return $this->pages()->map(function (HydePage $page): string {
62
+        return $this->pages()->map(function(HydePage $page): string {
63 63
             return $page::class;
64 64
         })->unique()->values()->toArray();
65 65
     }
Please login to merge, or discard this patch.