forked from loafle/openapi-generator-original
Fix alias to map response (#1067)
* fix response reference to map * update samples * add null check for openapi
This commit is contained in:
@@ -19,6 +19,6 @@ class MapTest
|
||||
/** @var map[string,bool] $directMap */
|
||||
private $directMap;
|
||||
|
||||
/** @var \OpenAPIServer\Model\StringBooleanMap $indirectMap */
|
||||
/** @var map[string,bool] $indirectMap */
|
||||
private $indirectMap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user