slimphp / PHP-View

A Simple PHP Renderer for Slim 3 & 4 (or any other PSR-7 project)
MIT License
264 stars 60 forks source link

render method returning an int instead of an instance of Psr\Http\Mes… #7

Closed rotexdegba closed 8 years ago

rotexdegba commented 8 years ago

…sage\ResponseInterface

rotexdegba commented 8 years ago

The render method in \Slim\Views\PhpRenderer is returning an int instead of an instance of Psr\Http\Message\ResponseInterface.