Skip to content

Commit 6154b7a

Browse files
authored
Fix typo!
1 parent feb8b62 commit 6154b7a

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)