@@ -70,6 +70,12 @@ |
||
70 | 70 | * @throws \Twig_Error_Loader Thrown when template file isn't found. |
71 | 71 | */ |
72 | 72 | // @codingStandardsIgnoreStart |
73 | + |
|
74 | + /** |
|
75 | + * @param string $name |
|
76 | + * |
|
77 | + * @return string |
|
78 | + */ |
|
73 | 79 | protected function resolveFileName($name) |
74 | 80 | { |
75 | 81 | // @codingStandardsIgnoreEnd |