Gian Luca Mutinelli
Gian Luca Mutinelli
No news @stepanenko3 ?
I have the same problem in Arr:first() when passing a Collection and a callback, I'm not really understading why suddenly stopped working, I've tried it on PHP8.3 (using polyfills) and...
it does not change a thing (I tried), the problem lies in Polyfill84 which defines the first argument as array ``` if (!function_exists('array_find_key')) { function array_find_key(array $array, callable $callback) {...
yeah, I just fixed with a ->toArray() in the couple of places I was using it, no problem, I should not be affected by any other change but I don't...
that's solid advice, thanks, I'll change to that
thanks @K-Klimovics this helped me too, had some proxy inbetween that was removing them, I think this should be handled somehow.... wouldn't know how to be fair