Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f663409

Browse filesBrowse files
committed
Remove more code related to the legacy templating services
1 parent 92abf48 commit f663409
Copy full SHA for f663409

File tree

2 files changed

+1
-5
lines changed
Filter options

2 files changed

+1
-5
lines changed

‎src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/UnusedTagsPass.php

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/UnusedTagsPass.php
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ class UnusedTagsPass implements CompilerPassInterface
5454
'security.voter',
5555
'serializer.encoder',
5656
'serializer.normalizer',
57-
'templating.helper',
5857
'translation.dumper',
5958
'translation.extractor',
6059
'translation.loader',

‎src/Symfony/Component/HttpKernel/Fragment/HIncludeFragmentRenderer.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Fragment/HIncludeFragmentRenderer.php
+1-4Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ class HIncludeFragmentRenderer extends RoutableFragmentRenderer
3232
private $charset;
3333

3434
/**
35-
* @param Environment|null $twig A Twig instance
36-
* @param UriSigner $signer A UriSigner instance
37-
* @param string $globalDefaultTemplate The global default content (it can be a template name or the content)
38-
* @param string $charset
35+
* @param string $globalDefaultTemplate The global default content (it can be a template name or the content)
3936
*/
4037
public function __construct(Environment $twig = null, UriSigner $signer = null, string $globalDefaultTemplate = null, string $charset = 'utf-8')
4138
{

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.