Completed
Push — 4.x-source-context ( 4fc32b )
by Cees-Jan
07:41
created
src/Lib/Twig/Loader.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -70,6 +70,12 @@
 block discarded – undo
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
Please login to merge, or discard this patch.