From 15e06334dcb64c0dc4176c0bf9e183b93836aade Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 1 Sep 2022 14:33:17 +0300 Subject: [PATCH] feat(helpers): update `fetch` helper --- src/flextype/helpers/fetch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flextype/helpers/fetch.php b/src/flextype/helpers/fetch.php index 61586853..d0c08f72 100644 --- a/src/flextype/helpers/fetch.php +++ b/src/flextype/helpers/fetch.php @@ -30,7 +30,7 @@ if (! function_exists('fetch')) { * * @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 = []) {