Mercurial > hg > isophonics-drupal-site
diff vendor/symfony/http-kernel/Fragment/FragmentHandler.php @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | 4c8ae668cc8c |
children | 129ea1e6d783 |
line wrap: on
line diff
--- a/vendor/symfony/http-kernel/Fragment/FragmentHandler.php Mon Apr 23 09:33:26 2018 +0100 +++ b/vendor/symfony/http-kernel/Fragment/FragmentHandler.php Mon Apr 23 09:46:53 2018 +0100 @@ -33,8 +33,6 @@ private $requestStack; /** - * Constructor. - * * @param RequestStack $requestStack The Request stack that controls the lifecycle of requests * @param FragmentRendererInterface[] $renderers An array of FragmentRendererInterface instances * @param bool $debug Whether the debug mode is enabled or not @@ -50,8 +48,6 @@ /** * Adds a renderer. - * - * @param FragmentRendererInterface $renderer A FragmentRendererInterface instance */ public function addRenderer(FragmentRendererInterface $renderer) { @@ -97,8 +93,6 @@ * When the Response is a StreamedResponse, the content is streamed immediately * instead of being returned. * - * @param Response $response A Response instance - * * @return string|null The Response content or null when the Response is streamed * * @throws \RuntimeException when the Response is not successful