mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Remove strict_types
for PHP 5.3 and 5.4 compat
This commit is contained in:
parent
88ab68fd0b
commit
c429c47fee
@ -1,5 +1,4 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Erusev\Parsedown;
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Erusev\Parsedown\Tests;
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Erusev\Parsedown\Tests;
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Erusev\Parsedown\Tests;
|
||||
|
||||
|
@ -1,7 +1,5 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Erusev\Parsedown\Tests\SampleExtensions;
|
||||
|
||||
use Erusev\Parsedown\Tests\TestParsedown;
|
||||
|
@ -1,7 +1,5 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Erusev\Parsedown\Tests\SampleExtensions;
|
||||
|
||||
use Erusev\Parsedown\Tests\TestParsedown;
|
||||
|
@ -1,7 +1,5 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Erusev\Parsedown\Tests;
|
||||
|
||||
use Erusev\Parsedown\Parsedown;
|
||||
|
Loading…
Reference in New Issue
Block a user