remove outdated readme

This commit is contained in:
Robin Appelman 2019-10-18 16:10:29 +02:00
commit 065daa49cb

View file

@ -33,7 +33,6 @@ class Parser {
*/
private $host;
// todo replace with static once <5.6 support is dropped
// see error.h
const EXCEPTION_MAP = [
ErrorCodes::LogonFailure => AuthenticationException::class,