@@ -63,6 +63,9 @@ |
||
63 | 63 | |
64 | 64 | /** |
65 | 65 | * {@inheritdoc} |
66 | + * @param TypeResolver $typeResolver |
|
67 | + * @param \Mockery\MockInterface $descriptionFactory |
|
68 | + * @param TypeContext $context |
|
66 | 69 | */ |
67 | 70 | public static function create( |
68 | 71 | string $body, |
@@ -137,6 +137,7 @@ |
||
137 | 137 | |
138 | 138 | /** |
139 | 139 | * {@inheritDoc} |
140 | + * @param TypeContext $context |
|
140 | 141 | */ |
141 | 142 | public function create(string $tagLine, ?TypeContext $context = null) : ?Tag |
142 | 143 | { |