mirror of
https://github.com/flextype/flextype.git
synced 2025-08-18 02:41:27 +02:00
refactor(core): fix code standard for Entries API #347
This commit is contained in:
@@ -162,7 +162,7 @@ class Entries
|
||||
// Return empty array
|
||||
return [];
|
||||
|
||||
// else Try to get requested entry from the filesystem
|
||||
// else Try to get requested entry from the filesystem
|
||||
}
|
||||
|
||||
$entry_decoded = $this->flextype['parser']->decode(Filesystem::read($entry_file), 'frontmatter');
|
||||
|
Reference in New Issue
Block a user