diff --git a/src/Rest/TikaRestClient.php b/src/Rest/TikaRestClient.php index c8ee574..c042b23 100644 --- a/src/Rest/TikaRestClient.php +++ b/src/Rest/TikaRestClient.php @@ -108,7 +108,7 @@ class TikaRestClient extends Client ]) ); - return $this->mimes = Convert::json2array($response->getBody()); + return $this->mimes = json_decode($response->getBody(), true); } /**