Skip to content

Commit 8eac1a5

Browse files
committed
Fix CS
1 parent 768ae09 commit 8eac1a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Store/PdoStore.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,6 @@ private function getDriver(): string
334334
switch (true) {
335335
case $driver instanceof \Doctrine\DBAL\Driver\Mysqli\Driver:
336336
throw new \LogicException(sprintf('The adapter "%s" does not support the mysqli driver, use pdo_mysql instead.', static::class));
337-
338337
case $driver instanceof \Doctrine\DBAL\Driver\AbstractMySQLDriver:
339338
$this->driver = 'mysql';
340339
break;

0 commit comments

Comments
 (0)