File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Bundle/FrameworkBundle/CacheWarmer Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Bundle \FrameworkBundle \CacheWarmer ;
13
13
14
- use Symfony \Component \HttpKernel \KernelInterface ;
15
14
use Symfony \Component \Finder \Finder ;
16
- use Symfony \Component \Templating \ TemplateNameParserInterface ;
15
+ use Symfony \Component \HttpKernel \ KernelInterface ;
17
16
use Symfony \Component \HttpKernel \Bundle \BundleInterface ;
17
+ use Symfony \Component \Templating \TemplateNameParserInterface ;
18
+ use Symfony \Component \Templating \TemplateReferenceInterface ;
18
19
19
20
/**
20
21
* Finds all the templates.
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \HttpKernel \EventListener ;
13
13
14
+ use Symfony \Component \HttpFoundation \Session \SessionInterface ;
14
15
use Symfony \Component \HttpKernel \Event \GetResponseEvent ;
15
16
use Symfony \Component \HttpKernel \KernelEvents ;
16
17
use Symfony \Component \EventDispatcher \EventSubscriberInterface ;
Original file line number Diff line number Diff line change @@ -455,7 +455,7 @@ function ($value) use ($that) {
455
455
$ value = iconv ($ that ->getCharset (), 'UTF-8 ' , $ value );
456
456
}
457
457
458
- $ callback = function ($ matches ) use ( $ that ) {
458
+ $ callback = function ($ matches ) {
459
459
$ char = $ matches [0 ];
460
460
461
461
// \xHH
You can’t perform that action at this time.
0 commit comments