@@ -81,6 +81,11 @@ |
||
81 | 81 | $this->description = $description; |
82 | 82 | } |
83 | 83 | |
84 | + /** |
|
85 | + * @param TypeResolver $typeResolver |
|
86 | + * @param \Mockery\LegacyMockInterface $descriptionFactory |
|
87 | + * @param TypeContext $context |
|
88 | + */ |
|
84 | 89 | public static function create( |
85 | 90 | string $body, |
86 | 91 | ?TypeResolver $typeResolver = null, |
@@ -52,6 +52,11 @@ |
||
52 | 52 | $this->description = $description; |
53 | 53 | } |
54 | 54 | |
55 | + /** |
|
56 | + * @param TypeResolver $typeResolver |
|
57 | + * @param \Mockery\LegacyMockInterface $descriptionFactory |
|
58 | + * @param TypeContext $context |
|
59 | + */ |
|
55 | 60 | public static function create( |
56 | 61 | string $body, |
57 | 62 | ?TypeResolver $typeResolver = null, |