Remove copy-pasto

This commit is contained in:
Aidan Woods 2019-02-17 17:54:28 +00:00
parent 4a215f33d4
commit 4501a094db
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9
2 changed files with 0 additions and 6 deletions

View File

@ -15,9 +15,6 @@ use Erusev\Parsedown\Components\Blocks\Table;
use Erusev\Parsedown\Components\Blocks\TList;
use Erusev\Parsedown\Configurable;
/**
* @psalm-type _Data=array{url: string, title: string|null}
*/
final class BlockTypes implements Configurable
{
/** @var array<array-key, array<int, class-string<Block>>> */

View File

@ -18,9 +18,6 @@ use Erusev\Parsedown\Components\Inlines\Url;
use Erusev\Parsedown\Components\Inlines\UrlTag;
use Erusev\Parsedown\Configurable;
/**
* @psalm-type _Data=array{url: string, title: string|null}
*/
final class InlineTypes implements Configurable
{
/** @var array<array-key, array<int, class-string<Inline>>> */