Skip to content

Commit 1125ef2

Browse files
authored
Merge pull request laminas#232 from InvisibleSmiley/patch-1
Fix `Laminas\Db\Adapter\Driver\Mysqli\Connection::__construct($connectionInfo)` type declaration to respect FQCN references
2 parents fe0946c + a7e600f commit 1125ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Adapter/Driver/Mysqli/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Connection extends AbstractConnection
2727
/**
2828
* Constructor
2929
*
30-
* @param array|mysqli|null $connectionInfo
30+
* @param array|\mysqli|null $connectionInfo
3131
* @throws InvalidArgumentException
3232
*/
3333
public function __construct($connectionInfo = null)

0 commit comments

Comments
 (0)