Skip to content

Commit 6d61f87

Browse files
committed
Merge pull request #256 from avbdr/master
Fix a typo
2 parents 1fe4359 + dedbb0b commit 6d61f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MysqliDb.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class MysqliDb
118118
*
119119
* @var string
120120
*/
121-
public $returnType = 'Object';
121+
public $returnType = 'Array';
122122

123123
/**
124124
* Variables for query execution tracing

0 commit comments

Comments
 (0)