- πΊπΈUnited States MegaphoneJon
I'm sorry to comment on a closed topic - but since I may need to run this module in PHP 7 a bit longer, I just wanted to confirm.
I ran Rector on the module, and it seems the only PHP 8-ism that's not polyfillable is the use of the `mixed` type declaration in function signatures. If I were to simply remove those, is there any reason this wouldn't continue to work in PHP 7?