Skip to content

Commit dedbb0b

Browse files
committed
Fix a typo
1 parent 59cb2d4 commit dedbb0b

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)