Antoine Bouchard
Antoine Bouchard
Actually, because of PSR-18, the use of `sendRequest` instead of `request` will forcefully disallow redirects, and you use `$this->client->sendRequest($request)`, `$this->client` being an instance of `PsrClientInterface`.
From what I found, it was changed (back, I think) to Lcobucci because Namshi is deprecated.
I just pushed a fix on https://github.com/ABouchard55/phpWhois , it seemed, in this case, to be a date parsing issue that didn't consider microseconds.