1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 22:26:46 +02:00

refactor(markdown): fix PHPDoc @param for getInstance() method

This commit is contained in:
Awilum
2021-01-13 12:11:22 +03:00
parent 54217ec815
commit 7960cf2608

View File

@@ -85,8 +85,6 @@ final class Markdown
/**
* Returns Markdown Instance
*
* @param
*/
public static function getInstance(): Markdown
{