From 8e9643534135d25455b777cd457904459debfd1d Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 1 Sep 2022 14:39:58 +0300 Subject: [PATCH] feat(expressions): update `fetch` expression --- src/flextype/core/Entries/Expressions/FetchExpression.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flextype/core/Entries/Expressions/FetchExpression.php b/src/flextype/core/Entries/Expressions/FetchExpression.php index 576540b5..cf6fadbc 100644 --- a/src/flextype/core/Entries/Expressions/FetchExpression.php +++ b/src/flextype/core/Entries/Expressions/FetchExpression.php @@ -39,7 +39,7 @@ class FetchExpressionsMethods * * @param string $resource A resource that you wish to fetch. * @param array $options Options. - * @return Glowy\Arrays\Arrays|GuzzleHttp\Psr7\Response Returns the data from the resource or empty collection on failure. + * @return mixed Returns the data from the resource or empty collection on failure. */ function fetch(string $resource, array $options = []) {