This extension ships with version 2.0 of psr/http-message, which is incompatible with MediaWiki. MW does not have typed returns, while version 2.0 does. When Google Login is used with an extension that for instance calls the write method in includes/http/MWCallbackStream.php, it breaks the wiki and you get an error saying that the declaration of the method must be compatible with the one that it overloads.
In my case, I ran into this issue after installing the RSS extension. Disabling the Google Login extension resolved the issue.