1
0
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:
Aidan Woods
2018-04-17 15:02:21 +01:00
parent 88ab68fd0b
commit c429c47fee
7 changed files with 0 additions and 10 deletions

View File

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