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 8035050 commit 2ed5b7eCopy full SHA for 2ed5b7e
README.md
@@ -13,7 +13,7 @@ PHP library for interacting with the Qencode API.
13
```json
14
{
15
"require": {
16
- "qencode/api-client": "1.07.*"
+ "qencode/api-client": "1.08.*"
17
}
18
19
```
src/QencodeApiClient.php
@@ -237,7 +237,7 @@ public function createTask() {
237
/**
238
* @param string
239
*/
240
- public function getMetadata(string $url)
+ public function getMetadata($url)
241
242
$response = $this->post('create_task', array('token' => $this->access_token));
243
$metadata = new Metadata($this, $response['task_token']);
0 commit comments