Completed
Pull Request — 3.x (#5402)
by Grégoire
21:19
created
tests/Menu/Integration/BaseMenuTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -39,6 +39,9 @@
 block discarded – undo
39 39
         $this->environment = new \Twig_Environment($loader, ['strict_variables' => true]);
40 40
     }
41 41
 
42
+    /**
43
+     * @return string
44
+     */
42 45
     abstract protected function getTemplate();
43 46
 
44 47
     protected function getTranslator()
Please login to merge, or discard this patch.