Passed
Push — master ( 58b566...3d7011 )
by Arnaud
05:04
created
src/Generator/Section.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@
 block discarded – undo
119 119
     /**
120 120
      * Adds navigation (next and prev) to each pages of a section.
121 121
      */
122
-    protected function addNavigationLinks(PagesCollection $pages, string|null $sortBy = null, bool $circular = false): void
122
+    protected function addNavigationLinks(PagesCollection $pages, string | null $sortBy = null, bool $circular = false): void
123 123
     {
124 124
         $pagesAsArray = $pages->toArray();
125 125
         if ($sortBy === null || $sortBy == 'date' || $sortBy == 'updated') {
Please login to merge, or discard this patch.