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

10 lines
127 B
PHP
Raw Normal View History

2019-01-20 05:12:46 +03:00
<?php
namespace Erusev\Parsedown;
interface Configurable
{
/** @return static */
public static function initial();
2019-01-20 05:12:46 +03:00
}