@@ -32,6 +32,11 @@ |
||
32 | 32 | $this->description = $description; |
33 | 33 | } |
34 | 34 | |
35 | + /** |
|
36 | + * @param TypeResolver $typeResolver |
|
37 | + * @param \Mockery\LegacyMockInterface $descriptionFactory |
|
38 | + * @param TypeContext $context |
|
39 | + */ |
|
35 | 40 | public static function create( |
36 | 41 | string $body, |
37 | 42 | ?TypeResolver $typeResolver = null, |
@@ -46,6 +46,11 @@ |
||
46 | 46 | $this->description = $description; |
47 | 47 | } |
48 | 48 | |
49 | + /** |
|
50 | + * @param TypeResolver $typeResolver |
|
51 | + * @param \Mockery\LegacyMockInterface $descriptionFactory |
|
52 | + * @param TypeContext $context |
|
53 | + */ |
|
49 | 54 | public static function create( |
50 | 55 | string $body, |
51 | 56 | ?TypeResolver $typeResolver = null, |