From 536e31dc801295fe4caf9b73a78e1904a119b467 Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 28 Dec 2020 11:31:34 +0300 Subject: [PATCH] refactor(entries): fix typhint in Entries API --- 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 44c9edd2..53befecf 100755 --- a/src/flextype/Foundation/Entries/Entries.php +++ b/src/flextype/Foundation/Entries/Entries.php @@ -74,7 +74,7 @@ class Entries * * @access public * - * @return self Returns instance of The Arrays class. + * @return Arrays Returns instance of The Arrays class with items. */ public function fetch(string $id, array $options = []): Arrays {