1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

Test on PHP 5.5 and 5.6

Issue on pre PHP 7 may be to do with method name and not call syntax as
suspected
This commit is contained in:
Aidan Woods
2019-01-20 14:56:05 +00:00
parent f8003dcded
commit a9aa7e7aae
6 changed files with 7 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ final class SafeMode implements Configurable
return $this->enabled;
}
public static function default(): self
public static function initial(): self
{
return new self(false);
}