Digitalist-Open-Cloud / Matomo-Plugin-ExtraTools

ExtraTools is a plugin for Matomo, which provides some console commands.
https://digitalist.cloud/
GNU General Public License v3.0
26 stars 12 forks source link

Fix deprecated: file_exists() no passing null to parameter #40

Closed zymotik closed 10 months ago

zymotik commented 10 months ago

Fix deprecation of passing null to non-nullable parameter:

https://php.watch/versions/8.1/internal-func-non-nullable-null-deprecation

zymotik commented 10 months ago

Fixes #39

zymotik commented 10 months ago

Tested with Matomo 5.0.1

jorgeuos commented 10 months ago

Ping @mikkeschiren

mikkeschiren commented 10 months ago

Great, thanks for the contribution. I will test, and get back to you.

mikkeschiren commented 10 months ago

Merged in our upstream repo. Thanks for the contribution @zymotik . I got the attribution wrong in the commit, sorry about that.

mikkeschiren commented 10 months ago

Will be tagged in next release.