1
0
mirror of https://github.com/danog/postgres.git synced 2024-11-26 20:15:02 +01:00

Drop strict types

This commit is contained in:
Aaron Piotrowski 2016-12-29 23:21:17 -06:00
parent 0fb3f9bfdb
commit 5d687a6cb5
37 changed files with 37 additions and 37 deletions

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Postgres;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Postgres;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Postgres;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Postgres;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Postgres;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Postgres;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Postgres;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Postgres;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Postgres\Internal;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Postgres;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Postgres;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Postgres;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Postgres;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Postgres;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Postgres;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Postgres;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Postgres;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Postgres;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Postgres;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Postgres;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Postgres;
use pq;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Postgres;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Postgres;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Postgres;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Postgres;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Postgres;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Postgres;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Postgres;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Postgres;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Postgres;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Postgres;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Postgres;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Postgres\Test;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Postgres\Test;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Postgres\Test;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Postgres\Test;

View File

@ -1,4 +1,4 @@
<?php declare(strict_types = 1);
<?php
namespace Amp\Postgres\Test;