mothership-ec / cog

Cog
Other
2 stars 3 forks source link

Added ResponseInterface for Response objects to implement #473

Closed thomasjthomasj closed 8 years ago

thomasjthomasj commented 8 years ago

This method resolves #220 by adding a ResponseInterface as a means of checking if the Response object extends Symfony's base Symfony\Component\HttpFoundation\Response class. It has all the public methods of that class.