Fixed the missing closing doc chars and updated sample

This commit is contained in:
Branden Cash
2015-06-12 16:21:37 -07:00
parent 69c2f6f945
commit eed45a41a3
4 changed files with 15 additions and 12 deletions

View File

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