Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Aug 17, 2020
1 parent 768ae09 commit 8eac1a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Store/PdoStore.php
Expand Up @@ -334,7 +334,6 @@ private function getDriver(): string
switch (true) {
case $driver instanceof \Doctrine\DBAL\Driver\Mysqli\Driver:
throw new \LogicException(sprintf('The adapter "%s" does not support the mysqli driver, use pdo_mysql instead.', static::class));

case $driver instanceof \Doctrine\DBAL\Driver\AbstractMySQLDriver:
$this->driver = 'mysql';
break;
Expand Down

0 comments on commit 8eac1a5

Please sign in to comment.