From 0dfa667c79fa8184097a8d22c20517d02697b330 Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 24 Sep 2021 23:07:28 +0300 Subject: [PATCH] feat(entries): typo updates --- src/flextype/core/Entries/Entries.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/flextype/core/Entries/Entries.php b/src/flextype/core/Entries/Entries.php index a6a02cdd..d07083e7 100755 --- a/src/flextype/core/Entries/Entries.php +++ b/src/flextype/core/Entries/Entries.php @@ -46,12 +46,12 @@ class Entries * Entries options. * * collections: - * pattern - Entries collection pattern. - * filename - Entries collection data filename. - * extension - Entries collection data extension. - * serializer - Entries collection data serializer. - * fields - Array of fields for entries collection. - * actions - Array of actions for entries collection. + * pattern - string - Entries collection pattern. + * filename - string - Entries collection data filename. + * extension - string - Entries collection data extension. + * serializer - string - Entries collection data serializer. + * fields - array - Array of fields for entries collection. + * events - array - Array of events for entries collection. * * @var array * @@ -648,7 +648,7 @@ class Entries * * @access public */ - public function setRegistry(array $registry = []) + public function setRegistry(array $registry = []): void { $this->registry = arrays($registry); }