mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 18:13:13 +00:00
small fixes
This commit is contained in:
@@ -12,7 +12,7 @@ interface DocBlockFactoryInterface
|
||||
/**
|
||||
* Factory method for easy instantiation.
|
||||
*
|
||||
* @param array<class-string<StaticMethod>> $additionalTags
|
||||
* @param array<string, class-string<StaticMethod>> $additionalTags
|
||||
*/
|
||||
public static function createInstance(array $additionalTags = []) : DocBlockFactory;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user