From a535de88d30890040ac8b074674c06bdd3267e86 Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 2 Dec 2020 13:52:12 +0300 Subject: [PATCH] refactor(entries): code formating and refactoring --- src/flextype/Foundation/Entries/Entries.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flextype/Foundation/Entries/Entries.php b/src/flextype/Foundation/Entries/Entries.php index 971435b7..52eb9c89 100755 --- a/src/flextype/Foundation/Entries/Entries.php +++ b/src/flextype/Foundation/Entries/Entries.php @@ -59,7 +59,7 @@ class Entries * * @param string $id Unique identifier of the entry(entries). * @param bool $collection Set TRUE if collection of entries need to be returned. - * @param array $params Params array. + * @param array $params Parameters array. * * @access public */