Skip to content

Allow chaining in Route::setOutputBuffering#2484

Merged
akrabat merged 2 commits intoslimphp:3.xfrom
piotr-cz:bugfix/chain-setoutputbuffering
Aug 20, 2018
Merged

Allow chaining in Route::setOutputBuffering#2484
akrabat merged 2 commits intoslimphp:3.xfrom
piotr-cz:bugfix/chain-setoutputbuffering

Conversation

@piotr-cz
Copy link
Contributor

After this, it will be possible to chaing setOutputBuffering method just like with setName, setArgument and setArguments methods

$app->get('/foobar', App\Foobar::class)
  ->setOutputBuffering(false)
  ->setName('foobar');

@coveralls
Copy link

Coverage Status

Coverage remained the same at 97.812% when pulling b7811a8 on piotr-cz:bugfix/chain-setoutputbuffering into 0618c56 on slimphp:3.x.

@akrabat akrabat added the Slim 3 label Aug 20, 2018
@akrabat akrabat merged commit b7811a8 into slimphp:3.x Aug 20, 2018
@akrabat akrabat added this to the 3.10.1 milestone Aug 20, 2018
@piotr-cz piotr-cz deleted the bugfix/chain-setoutputbuffering branch August 21, 2018 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants