Declare strict types

This commit is contained in:
Aaron Piotrowski 2022-12-17 18:44:07 -06:00
parent 48f694d3ab
commit 261ab56609
No known key found for this signature in database
GPG Key ID: 5B456E6AABA44A63
17 changed files with 17 additions and 17 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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