You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While generating some visits using the CLI command, I noticed many instances of the same deprecation warning. We need to see if the dependency has any updates available:
WARNING [2025-02-03 20:47:05] 18526 /var/www/html/plugins/VisitorGenerator/vendor/fzaninotto/faker/src/Faker/Provider/Base.php(505): Deprecated - Use of "static" in callables is deprecated - Matomo 5.3.0-alpha - Please report this message in the Matomo forums: https://forum.matomo.org (please do a search first as it might have been reported already)
The text was updated successfully, but these errors were encountered:
The fakerphp/faker package appears to have been forked from fzaninotto/faker and appears to support PHP 8. Since it is based off of the package we're currently using, it shouldn't be a huge transistion, but I'm sure that some changes will be necessary.
While generating some visits using the CLI command, I noticed many instances of the same deprecation warning. We need to see if the dependency has any updates available:
The text was updated successfully, but these errors were encountered: