@@ -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, |
@@ -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, |
@@ -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, |