Skip to content

Commit

Permalink
Revert declare(strict_types=1); from new driver classes
Browse files Browse the repository at this point in the history
  • Loading branch information
morozov committed Jun 27, 2020
1 parent 1c42543 commit 2a88ff9
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 20 deletions.
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Driver/IBMDB2/Connection.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types=1);

namespace Doctrine\DBAL\Driver\IBMDB2;

final class Connection extends DB2Connection
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Driver/IBMDB2/Statement.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types=1);

namespace Doctrine\DBAL\Driver\IBMDB2;

final class Statement extends DB2Statement
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Driver/Mysqli/Connection.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types=1);

namespace Doctrine\DBAL\Driver\Mysqli;

final class Connection extends MysqliConnection
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Driver/Mysqli/Statement.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types=1);

namespace Doctrine\DBAL\Driver\Mysqli;

final class Statement extends MysqliStatement
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Driver/OCI8/Connection.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types=1);

namespace Doctrine\DBAL\Driver\OCI8;

final class Connection extends OCI8Connection
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Driver/OCI8/Statement.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types=1);

namespace Doctrine\DBAL\Driver\OCI8;

final class Statement extends OCI8Statement
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Driver/PDO/Connection.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types=1);

namespace Doctrine\DBAL\Driver\PDO;

use Doctrine\DBAL\Driver\PDOConnection;
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Driver/PDO/Statement.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types=1);

namespace Doctrine\DBAL\Driver\PDO;

use Doctrine\DBAL\Driver\PDOStatement;
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Driver/SQLSrv/Connection.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types=1);

namespace Doctrine\DBAL\Driver\SQLSrv;

final class Connection extends SQLSrvConnection
Expand Down
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Driver/SQLSrv/Statement.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types=1);

namespace Doctrine\DBAL\Driver\SQLSrv;

class Statement extends SQLSrvStatement
Expand Down

0 comments on commit 2a88ff9

Please sign in to comment.