Passed
Push — master ( 798d58...a9db05 )
by Caen
03:32 queued 12s
created
packages/framework/src/Pages/Concerns/HydePage.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
      */
119 119
     public static function files(): array
120 120
     {
121
-        return Files::getSourceFiles(static::class)->map(function (SourceFile $file): string {
121
+        return Files::getSourceFiles(static::class)->map(function(SourceFile $file): string {
122 122
             return DiscoveryService::pathToIdentifier(static::class, $file->getPath());
123 123
         })->values()->toArray();
124 124
     }
@@ -323,7 +323,7 @@  discard block
 block discarded – undo
323 323
 
324 324
     public function showInNavigation(): bool
325 325
     {
326
-        return ! $this->navigation['hidden'];
326
+        return !$this->navigation['hidden'];
327 327
     }
328 328
 
329 329
     public function navigationMenuPriority(): int
Please login to merge, or discard this patch.