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
{{ message }}
This repository was archived by the owner on Dec 7, 2019. It is now read-only.
PHP Fatal error: Call to undefined method Zend\Console\Response::setStatusCode() in /data/www/che-app/vendor/digitaledgeit/zf2-authorisation-module/src/DeitAuthorisationModule/View/ViewStrategy.php
The problem seems to be that zftool is a) executing all sorts of code and b) in a CLI environment which means this method is seeing a Zend\Console\Response object, instead of its usual Zend\Http\Response
Maybe there's some sort of error, violation or smell in my design? Or is this a zftool bug?