forked from wallabag/wallabag
Fix CS
This commit is contained in:
@ -246,7 +246,7 @@ class PocketImport extends AbstractImport
|
||||
{
|
||||
$data = json_decode((string) $response->getBody(), true);
|
||||
|
||||
if (JSON_ERROR_NONE !== json_last_error()) {
|
||||
if (\JSON_ERROR_NONE !== json_last_error()) {
|
||||
throw new \InvalidArgumentException('Unable to parse JSON data: ' . json_last_error_msg());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user