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
Deprecated: _HumbugBoxdb28ee67b803\lucatume\DI52\Builders\ReinitializableBuilderInterface::reinit(): Implicitly marking parameter $afterBuildMethods as nullable is deprecated, the explicit nullable type must be used instead in phar:///Users/gregbell/.composer/vendor/woocommerce/qit-cli/qit/vendor/lucatume/di52/src/Builders/ReinitializableBuilderInterface.php on line 7
Example line where that deprecation is triggered.
I think it's just a matter of making the parameter nullable, eg:
It seems nullable types was introduced in PHP 7.1, though, which would warrant a minimum version bump.
What do you think?
The text was updated successfully, but these errors were encountered: