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 d695c12 commit 367fd43Copy full SHA for 367fd43
src/Adapter.php
@@ -1,5 +1,7 @@
1
<?php
2
3
+declare(strict_types=1);
4
+
5
namespace Laminas\Db\Adapter\Mysql;
6
7
use Laminas\Db\Adapter\AbstractAdapter;
src/Platform/Mysql.php
namespace Laminas\Db\Adapter\Mysql\Platform;
use Laminas\Db\Adapter\Driver\DriverInterface;
0 commit comments