Closed
Description
Yesterday I update symfony (to prevent this bug symfony/symfony#6886) from version 2.1.12 to 2.1.13 and twitter oauth is not working properly. With 2.1.12 all works.
Get this error message:
Warning: array_key_exists() expects parameter 2 to be array, null given in project/vendor/hwi/oauth-bundle/HWI/Bundle/OAuthBundle/OAuth/Response/PathUserResponse.php line 113
I use custom oauth_user_provider
from this gist https://gist.github.com/danvbe/4476697 by @danvbe