the command php vendor/ua-parser/uap-php/bin/uaparser ua-parser:update no longer works, throwing:
Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in vendor/ua-parser/uap-php/src/Util/CodeGenerator.php:44
Is it possible to secure this count on your side ?
Hello,
Following the commit from 3 days ago: https://github.com/ua-parser/uap-core/commit/ae4c16ddd81a01c66f396953016c9e06f695d78f adding on line 2513
and more specifically
model_replacement: null
,the command php vendor/ua-parser/uap-php/bin/uaparser ua-parser:update no longer works, throwing:
Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in vendor/ua-parser/uap-php/src/Util/CodeGenerator.php:44
Is it possible to secure this count on your side ?
Thank you very much.