Remove strict_types for PHP 5.3 and 5.4 compat

This commit is contained in:
Aidan Woods 2018-04-17 15:02:21 +01:00
parent 88ab68fd0b
commit c429c47fee
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9
7 changed files with 0 additions and 10 deletions

View File

@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
namespace Erusev\Parsedown;

View File

@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
namespace Erusev\Parsedown\Tests;

View File

@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
namespace Erusev\Parsedown\Tests;

View File

@ -1,5 +1,4 @@
<?php
declare(strict_types=1);
namespace Erusev\Parsedown\Tests;

View File

@ -1,7 +1,5 @@
<?php
declare(strict_types=1);
namespace Erusev\Parsedown\Tests\SampleExtensions;
use Erusev\Parsedown\Tests\TestParsedown;

View File

@ -1,7 +1,5 @@
<?php
declare(strict_types=1);
namespace Erusev\Parsedown\Tests\SampleExtensions;
use Erusev\Parsedown\Tests\TestParsedown;

View File

@ -1,7 +1,5 @@
<?php
declare(strict_types=1);
namespace Erusev\Parsedown\Tests;
use Erusev\Parsedown\Parsedown;