HWIOAuthBundle
HWIOAuthBundle copied to clipboard
Invalid definition for service HWI\Bundle\OAuthBundle\Controller\Connect\RegisterController
The current master branch gives the following error when running:
php bin/console lint:container --verbose
Error:
[ERROR] Invalid definition for service "HWI\Bundle\OAuthBundle\Controller\Connect\RegisterController": argument 10 of
"HWI\Bundle\OAuthBundle\Controller\Connect\RegisterController::__construct()" accepts "string", "null" passed.
A temporary workaround is to add the container parameter:
parameters:
hwi_oauth.connect.registration_form: ''
Message to comment on stale issues. If none provided, will not mark issues stale
@nicodemuz I just came just came along to look for this bug. Is this indeed fixed in one of the most recent commits?
2.1.0 still has this issue and I currently cannot test the master because of some update deprecations we have to update as well on our side.
I'm not sure. I closed it as I'm using the workaround.