File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
FrameworkBundle/Templating
SecurityBundle/DependencyInjection
Component/Routing/Matcher/Dumper Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 12
12
namespace Symfony \Bundle \FrameworkBundle \Templating ;
13
13
14
14
use Symfony \Component \Templating \TemplateNameParserInterface ;
15
+ use Symfony \Component \Templating \TemplateReferenceInterface ;
15
16
16
17
/**
17
18
* TemplateFilenameParser converts template filenames to
Original file line number Diff line number Diff line change @@ -682,7 +682,7 @@ private function getExpressionLanguage()
682
682
{
683
683
if (null === $ this ->expressionLanguage ) {
684
684
if (!class_exists ('Symfony\Component\ExpressionLanguage\ExpressionLanguage ' )) {
685
- throw new RuntimeException ('Unable to use expressions as the Symfony ExpressionLanguage component is not installed. ' );
685
+ throw new \ RuntimeException ('Unable to use expressions as the Symfony ExpressionLanguage component is not installed. ' );
686
686
}
687
687
$ this ->expressionLanguage = new ExpressionLanguage ();
688
688
}
Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ private function getExpressionLanguage()
392
392
{
393
393
if (null === $ this ->expressionLanguage ) {
394
394
if (!class_exists ('Symfony\Component\ExpressionLanguage\ExpressionLanguage ' )) {
395
- throw new RuntimeException ('Unable to use expressions as the Symfony ExpressionLanguage component is not installed. ' );
395
+ throw new \ RuntimeException ('Unable to use expressions as the Symfony ExpressionLanguage component is not installed. ' );
396
396
}
397
397
$ this ->expressionLanguage = new ExpressionLanguage ();
398
398
}
You can’t perform that action at this time.
0 commit comments