From a8c3c91a9cda4ed2b4e8b74aa87cca3fc81e4fd6 Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 19 Feb 2020 23:34:15 +0300 Subject: [PATCH] refactor(core): fix code standard for Entries API #347 --- flextype/core/Entries.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flextype/core/Entries.php b/flextype/core/Entries.php index 128679a2..bdee5c72 100755 --- a/flextype/core/Entries.php +++ b/flextype/core/Entries.php @@ -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');