diff --git a/src/Wrapped/Parser.php b/src/Wrapped/Parser.php index 9eee686..0c4d9fe 100644 --- a/src/Wrapped/Parser.php +++ b/src/Wrapped/Parser.php @@ -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,