Passed
Push — master ( 73fb21...17eda2 )
by Caen
03:39
created
packages/framework/src/Markdown/Contracts/FrontMatter/BlogPostSchema.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
 {
15 15
     public const BLOG_POST_SCHEMA = [
16 16
         'title' => 'string',
17
-        'description' => 'string',  // Excerpt is also supported
17
+        'description' => 'string', // Excerpt is also supported
18 18
         'category' => 'string',
19 19
         'date' => 'string',
20 20
         'author' => ['string', AuthorSchema::AUTHOR_SCHEMA],
Please login to merge, or discard this patch.