API Platform version(s) affected: 2.6.2 Description&How to reproduce Have: PHP 7.4.* Symfony CLI installed Run : composer create-project symfony/skeleton . composer require api symfony server:start -d Visit: ht
Hi, I have an array of following format: $entries = array('A2' => 'E2', 'A1' => 'E1', 'A3' => 'E3'); when I use ksort($entries), I get the following warning: PHP Warning: ksort() expect...