Skip to content

Commit 2a41353

Browse files
authored
Merge pull request #100 from ovr/patch-1
Fix typo!
2 parents feb8b62 + 6154b7a commit 2a41353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Drivers/Pdo/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public function ping()
120120
* @throws DatabaseException
121121
* @throws SphinxQLException
122122
*/
123-
public function multiQuery(Array $queue)
123+
public function multiQuery(array $queue)
124124
{
125125
$this->ping();
126126

0 commit comments

Comments
 (0)