From 23485cd0e3ae26204199dddaa7d774b114f0a793 Mon Sep 17 00:00:00 2001 From: User Date: Tue, 26 Sep 2023 20:54:08 +0300 Subject: [PATCH] 20230926#2 --- src/MysqlStorageData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MysqlStorageData.php b/src/MysqlStorageData.php index b16b60a..1d5edd9 100644 --- a/src/MysqlStorageData.php +++ b/src/MysqlStorageData.php @@ -50,7 +50,7 @@ class MysqlStorageData { /** * @return array */ - public function getData() : array { + public function getData() : iterable { if(!empty($this->arrayData)) return $this->arrayData; if(!$this->result) return []; $this->result->data_seek(0);