We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ca88e commit d3ac706Copy full SHA for d3ac706
src/Driver/Pdo/Pdo.php
@@ -2,7 +2,7 @@
2
3
namespace Laminas\Db\Adapter\Mysql\Driver\Pdo;
4
5
-use Laminas\Db\Adapter\Driver\DriverInterface;
+use Laminas\Db\Adapter\Driver\PdoDriverInterface;
6
use Laminas\Db\Adapter\Driver\Feature\AbstractFeature;
7
use Laminas\Db\Adapter\Driver\Feature\DriverFeatureInterface;
8
use Laminas\Db\Adapter\Exception;
@@ -18,7 +18,7 @@
18
use function sprintf;
19
use function ucfirst;
20
21
-class Pdo implements DriverInterface, DriverFeatureInterface, Profiler\ProfilerAwareInterface
+class Pdo implements PdoDriverInterface, DriverFeatureInterface, Profiler\ProfilerAwareInterface
22
{
23
/**
24
* @const
0 commit comments