forked from loafle/openapi-generator-original
Fixed the missing closing doc chars and updated sample
This commit is contained in:
parent
69c2f6f945
commit
eed45a41a3
@ -44,7 +44,7 @@ class {{classname}} {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @var \{{invokerPackage}}\ApiClient instance of the ApiClient
|
/** @var \{{invokerPackage}}\ApiClient instance of the ApiClient */
|
||||||
private $apiClient;
|
private $apiClient;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -43,7 +43,8 @@ class PetApi {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private $apiClient; // instance of the ApiClient
|
/** @var \Swagger\Client\ApiClient instance of the ApiClient */
|
||||||
|
private $apiClient;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return \Swagger\Client\ApiClient get the API client
|
* @return \Swagger\Client\ApiClient get the API client
|
||||||
|
@ -43,7 +43,8 @@ class StoreApi {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private $apiClient; // instance of the ApiClient
|
/** @var \Swagger\Client\ApiClient instance of the ApiClient */
|
||||||
|
private $apiClient;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return \Swagger\Client\ApiClient get the API client
|
* @return \Swagger\Client\ApiClient get the API client
|
||||||
|
@ -43,7 +43,8 @@ class UserApi {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private $apiClient; // instance of the ApiClient
|
/** @var \Swagger\Client\ApiClient instance of the ApiClient */
|
||||||
|
private $apiClient;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return \Swagger\Client\ApiClient get the API client
|
* @return \Swagger\Client\ApiClient get the API client
|
||||||
|
Loading…
x
Reference in New Issue
Block a user