Skip to content

Commit 367fd43

Browse files
committed
Missed strict types
Signed-off-by: Joey Smith <jsmith@webinertia.net> Signed-off-by: Joey Smith <jsmith@webinertia.net>
1 parent d695c12 commit 367fd43

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/Adapter.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
namespace Laminas\Db\Adapter\Mysql;
46

57
use Laminas\Db\Adapter\AbstractAdapter;

src/Platform/Mysql.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
namespace Laminas\Db\Adapter\Mysql\Platform;
46

57
use Laminas\Db\Adapter\Driver\DriverInterface;

0 commit comments

Comments
 (0)