parsedown/src/Configurable.php

10 lines
127 B
PHP
Raw Normal View History

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