- Issue created by @joao.ramos.costa
In PHP 8.4 it is deprecated to add a default value of a parameter as NULL, but not making it nullable.
Try to run the module with PHP 8.4.
Mark the parameter as accepting null.
Add type declarations to the other methods as well ?
none
n/a
n/a
Active
2.0
Code