@@ -64,10 +64,12 @@ public function parseProvider()
64
64
array ('SensioCmsFooBundle:Post:index.html.php ' , 'SensioCmsFooBundle:Post:index.html.php ' , '@SensioCmsFooBundle/Resources/views/Post/index.html.php ' , new TemplateReference ('SensioCmsFooBundle ' , 'Post ' , 'index ' , 'html ' , 'php ' )),
65
65
array (':Post:index.html.php ' , ':Post:index.html.php ' , 'views/Post/index.html.php ' , new TemplateReference ('' , 'Post ' , 'index ' , 'html ' , 'php ' )),
66
66
array ('::index.html.php ' , '::index.html.php ' , 'views/index.html.php ' , new TemplateReference ('' , '' , 'index ' , 'html ' , 'php ' )),
67
+ array ('index.html.php ' , '::index.html.php ' , 'views/index.html.php ' , new TemplateReference ('' , '' , 'index ' , 'html ' , 'php ' )),
67
68
array ('FooBundle:Post:foo.bar.index.html.php ' , 'FooBundle:Post:foo.bar.index.html.php ' , '@FooBundle/Resources/views/Post/foo.bar.index.html.php ' , new TemplateReference ('FooBundle ' , 'Post ' , 'foo.bar.index ' , 'html ' , 'php ' )),
68
69
array ('/path/to/section/name.php ' , '/path/to/section/name.php ' , '/path/to/section/name.php ' , new BaseTemplateReference ('/path/to/section/name.php ' , 'php ' )),
69
70
array ('name.twig ' , 'name.twig ' , 'name.twig ' , new BaseTemplateReference ('name.twig ' , 'twig ' )),
70
71
array ('name ' , 'name ' , 'name ' , new BaseTemplateReference ('name ' )),
72
+ array ('default/index.html.php ' , '::default/index.html.php ' , 'views/default/index.html.php ' , new TemplateReference (null , null , 'default/index ' , 'html ' , 'php ' )),
71
73
);
72
74
}
73
75
0 commit comments