From dedbb0b5e7bf519bd53e15a9a109c2338292cb39 Mon Sep 17 00:00:00 2001 From: Alexander Butenko Date: Tue, 7 Jul 2015 13:26:36 +0000 Subject: [PATCH] Fix a typo --- MysqliDb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MysqliDb.php b/MysqliDb.php index a8dccf1e..75144046 100644 --- a/MysqliDb.php +++ b/MysqliDb.php @@ -118,7 +118,7 @@ class MysqliDb * * @var string */ - public $returnType = 'Object'; + public $returnType = 'Array'; /** * Variables for query execution tracing