summaryrefslogtreecommitdiff
path: root/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php')
-rw-r--r--vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php b/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php
index 9a700a9b11..9915e2c112 100644
--- a/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php
+++ b/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php
@@ -36,7 +36,6 @@ class HIncludeFragmentRenderer extends RoutableFragmentRenderer
* @param EngineInterface|Environment $templating An EngineInterface or a Twig instance
* @param UriSigner $signer A UriSigner instance
* @param string $globalDefaultTemplate The global default content (it can be a template name or the content)
- * @param string $charset
*/
public function __construct($templating = null, UriSigner $signer = null, string $globalDefaultTemplate = null, string $charset = 'utf-8')
{