forked from loafle/openapi-generator-original
* Add xxxAsyncWithHttpInfo * Add xxxAsync * Tweak doc comment * apply DRY principle to the creation process for request * Fix undefined variable $statusCode * error handling * Fix undefined variable $url * Tweak syntax * Update samples run './bin/php-petstore.sh' * Update samples (security) run './bin/security/php-petstore.sh' * Fix doc comment xxx(Async|AsyncWithHttpInfo) returns \GuzzleHttp\Promise\PromiseInterface * Update samples (./bin/php-petstore.sh) * Update samples (./bin/security/php-petstore.sh) * Add AsyncTest