forked from loafle/openapi-generator-original
Fixed the missing closing doc chars and updated sample
This commit is contained in:
@@ -44,12 +44,12 @@ class {{classname}} {
|
||||
}
|
||||
}
|
||||
|
||||
/** @var \{{invokerPackage}}\ApiClient instance of the ApiClient
|
||||
/** @var \{{invokerPackage}}\ApiClient instance of the ApiClient */
|
||||
private $apiClient;
|
||||
|
||||
/**
|
||||
* @return \{{invokerPackage}}\ApiClient get the API client
|
||||
*/
|
||||
* @return \{{invokerPackage}}\ApiClient get the API client
|
||||
*/
|
||||
public function getApiClient() {
|
||||
return $this->apiClient;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user