We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dfebe2 commit d78d1e5Copy full SHA for d78d1e5
templates/php/src/Services/Service.php.twig
@@ -102,7 +102,7 @@ class {{ service.name | caseUcfirst }} extends Service
102
{% if parameter.isUploadID %}
103
if(${{ parameter.name | caseCamel | escapeKeyword }} != 'unique()') {
104
try {
105
- $response = $this->client->call(Client::METHOD_GET, $path . '/' . ${{ parameter.name }},);
+ $response = $this->client->call(Client::METHOD_GET, $path . '/' . ${{ parameter.name }});
106
$counter = $response['chunksUploaded'] ?? 0;
107
} catch(\Exception $e) {
108
}
0 commit comments