Completed
Push — master ( ef06d3...46c3a0 )
by Oskar
03:18
created
tests/Menu/Integration/BaseMenuTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -43,6 +43,9 @@
 block discarded – undo
43 43
         $this->environment = new Environment($loader, ['strict_variables' => true]);
44 44
     }
45 45
 
46
+    /**
47
+     * @return string
48
+     */
46 49
     abstract protected function getTemplate();
47 50
 
48 51
     protected function getTranslator()
Please login to merge, or discard this patch.