Closed hugopeek closed 1 year ago
It checks if "service" array key is set.
PHP 8 has become more strict with this kind of loosy truthy falsy check on an array key.
Fixes #426
Thanks @hugopeek ! :)
What does it do ?
It checks if "service" array key is set.
Why is it needed ?
PHP 8 has become more strict with this kind of loosy truthy falsy check on an array key.
Related issue(s)/PR(s)
Fixes #426