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:
@@ -5,5 +5,5 @@ namespace Erusev\Parsedown;
|
||||
interface Configurable
|
||||
{
|
||||
/** @return static */
|
||||
public static function default();
|
||||
public static function initial();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user