Skip to content

Commit

Permalink
Merge pull request #232 from InvisibleSmiley/patch-1
Browse files Browse the repository at this point in the history
Fix `Laminas\Db\Adapter\Driver\Mysqli\Connection::__construct($connectionInfo)` type declaration to respect FQCN references
  • Loading branch information
Ocramius authored Apr 11, 2022
2 parents fe0946c + a7e600f commit 1125ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Adapter/Driver/Mysqli/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Connection extends AbstractConnection
/**
* Constructor
*
* @param array|mysqli|null $connectionInfo
* @param array|\mysqli|null $connectionInfo
* @throws InvalidArgumentException
*/
public function __construct($connectionInfo = null)
Expand Down

0 comments on commit 1125ef2

Please sign in to comment.