Skip to content

Commit 62f1950

Browse files
committed
Code checkstyle
1 parent 8cd6f4f commit 62f1950

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/common/Provider/AbstractProvider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ protected function callApi(AbstractRequest $request, array $queryData, array $po
8484

8585
return $response->getBody()->getContents();
8686
} catch (Throwable $ex) {
87-
8887
throw new ProviderException("Call API provider failed", 500, $ex);
8988
}
9089
}

0 commit comments

Comments
 (0)