@@ -43,6 +43,9 @@ |
||
43 | 43 | $this->description = $description; |
44 | 44 | } |
45 | 45 | |
46 | + /** |
|
47 | + * @param TypeContext $context |
|
48 | + */ |
|
46 | 49 | public static function create( |
47 | 50 | string $body, |
48 | 51 | ?DescriptionFactory $descriptionFactory = null, |
@@ -39,6 +39,9 @@ |
||
39 | 39 | $this->description = $description; |
40 | 40 | } |
41 | 41 | |
42 | + /** |
|
43 | + * @param TypeContext $context |
|
44 | + */ |
|
42 | 45 | public static function create( |
43 | 46 | string $body, |
44 | 47 | ?DescriptionFactory $descriptionFactory = null, |
@@ -47,6 +47,9 @@ |
||
47 | 47 | $this->description = $description; |
48 | 48 | } |
49 | 49 | |
50 | + /** |
|
51 | + * @param TypeContext $context |
|
52 | + */ |
|
50 | 53 | public static function create( |
51 | 54 | string $body, |
52 | 55 | ?FqsenResolver $typeResolver = null, |
@@ -43,6 +43,9 @@ |
||
43 | 43 | $this->description = $description; |
44 | 44 | } |
45 | 45 | |
46 | + /** |
|
47 | + * @param TypeContext $context |
|
48 | + */ |
|
46 | 49 | public static function create( |
47 | 50 | string $body, |
48 | 51 | ?FqsenResolver $resolver = null, |