PHP 8.0 Support
This release has been tested against PHP 8.0. A couple of fixes to some docblocks that had the wrong types that newer versions of PHPStan discovered. Also throwing an exception when mhash
fails instead of operating on the false
value that it returns in that situation (which would cause other errors anyhow).