https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator/src/main/resources/php-laravel/ */ namespace OpenAPI\Server\Api; interface AnotherFakeApiInterface { /** * Operation call123TestSpecialTags * * To test special tags * @param \OpenAPI\Server\Model\Client $client * @return \OpenAPI\Server\Model\Client */ public function call123TestSpecialTags( \OpenAPI\Server\Model\Client $client, ): \OpenAPI\Server\Model\Client ; }