Completed
Pull Request — master (#3)
by David
01:51
created
src/Loaders/Page.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
      * @param string[]|null $menu
68 68
      * @param mixed[] $context
69 69
      */
70
-    public function __construct(?string $id, string $title, string $content, string $url, string $lang, ?string $website, ?array $menu, ?int $menuOrder, ?string $menuCssClass, ?string $metaTitle, ?string $metaDescription, ?string $theme, ?string $template, array $context = [])
70
+    public function __construct(?string $id, string $title, string $content, string $url, string $lang, ?string $website, ? array $menu, ?int $menuOrder, ?string $menuCssClass, ?string $metaTitle, ?string $metaDescription, ?string $theme, ?string $template, array $context = [])
71 71
     {
72 72
         $this->id = $id;
73 73
         $this->title = $title;
@@ -232,7 +232,7 @@  discard block
 block discarded – undo
232 232
     /**
233 233
      * @return null|string[]
234 234
      */
235
-    public function getMenu(): ?array
235
+    public function getMenu(): ? array
236 236
     {
237 237
         return $this->menu;
238 238
     }
Please login to merge, or discard this patch.