Fix alias to map response (#1067)

* fix response reference to map

* update samples

* add null check for openapi
This commit is contained in:
William Cheng
2018-09-20 19:29:33 +08:00
committed by GitHub
parent 340466066c
commit 1b2f3fbfb6
95 changed files with 616 additions and 509 deletions

View File

@@ -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;
}