Passed
Push — master ( f2ea9c...9fbb0c )
by Caen
04:39 queued 16s
created
packages/framework/src/Pages/MarkdownPost.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
     /** @return \Hyde\Foundation\Kernel\PageCollection<\Hyde\Pages\MarkdownPost> */
37 37
     public static function getLatestPosts(): PageCollection
38 38
     {
39
-        return static::all()->sortByDesc(function (self $post): int {
39
+        return static::all()->sortByDesc(function(self $post): int {
40 40
             return $post->date?->getTimestamp() ?? 0;
41 41
         });
42 42
     }
Please login to merge, or discard this patch.