mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 10:07:12 +00:00
fix tests
This commit is contained in:
committed by
Jaap van Otterdijk
parent
5e1bad3628
commit
b2e816c8ad
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user