fix tests

This commit is contained in:
TomasVotruba
2017-11-30 10:27:01 +01:00
committed by Jaap van Otterdijk
parent 5e1bad3628
commit b2e816c8ad
3 changed files with 3 additions and 55 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ interface TagFactory
*
* @return Tag A new tag object.
*/
public function create(string $tagLine, TypeContext $context = null): Tag;
public function create(string $tagLine, TypeContext $context = null): ?Tag;
/**
* Registers a handler for tags.