This commit is contained in:
TomasVotruba
2017-11-30 10:27:01 +01:00
committed by Jaap van Otterdijk
parent e9e35284d9
commit f8d4fda4f3
18 changed files with 54 additions and 54 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ interface Tag
public function getName(): string;
/**
* @return Tag Class that implements Tag
* @return Tag|mixed Class that implements Tag
*/
public static function create(string $body);