Closed dpinheiro closed 1 year ago
I cannot reproduce this issue. As you can see here, the tests for this library pass with PHP 8.1, PHP 8.2, and PHP 8.3.
Hello
I have the same error as @dpinheiro. I just forced the version 4.0.8 while waiting for a fix
As you can see here, the code in question works just fine. Must be something funky (mixed up installation?) on your end.
You're right. It was due to mixed up installation. The problem was that Alice bundle use old version for comparator.
I had to add this in my composer.json
file config
section
"optimize-autoloader": true,
"prepend-autoloader": false,
Big up to @elitecolors
Hello and first of all thanks for making this package available to us all
Looks like that on the new version 5.0.0 there's a mismatch on the declaration of the abstract class
Comparator
and theArrayComparator
this is causing a PHP fatal error (PHP@8.1.13)
Best