1
0
mirror of https://github.com/danog/dns.git synced 2024-11-30 04:29:06 +01:00

Use strict types

This commit is contained in:
Aaron Piotrowski 2016-08-23 23:20:25 -05:00
parent 49734bf786
commit acd649e39e
10 changed files with 10 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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