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

Bug: Slim\Views\PhpRenderer returns number of bytes written (an int value) instead of an instance of Psr\Http\Message\ResponseInterface #8

Closed rotexdegba closed 8 years ago

rotexdegba commented 8 years ago

Fixed in https://github.com/slimphp/PHP-View/pull/7

geggleto commented 8 years ago

:+1: