@@ -72,7 +72,7 @@ |
||
72 | 72 | } |
73 | 73 | |
74 | 74 | /** |
75 | - * @return object |
|
75 | + * @return \stdClass |
|
76 | 76 | */ |
77 | 77 | private function assembleRequestSchema() |
78 | 78 | { |
@@ -74,7 +74,7 @@ |
||
74 | 74 | ] |
75 | 75 | ] |
76 | 76 | ]; |
77 | - $document = new SwaggerDocument('', $documentDefinition); |
|
77 | + $document = new SwaggerDocument('', $documentDefinition); |
|
78 | 78 | |
79 | 79 | return new static($document, $path, $method); |
80 | 80 | } |