Allow usage with PHP 8.0/PHP 8.1 (#21)
Allow usage with PHP 8.x, fix a deprecation notice (#21) This declares compatibility with PHP 8.0/8.1 and fixes a deprecation notice I encountered. Does not use real `mixed` type hints to avoid PHP 8.0 as a minimum requirement. Closes #15.