Completed
Pull Request — master (#61)
by Vladimir
03:02
created
src/allejo/stakx/Templating/Twig/Extension/BaseUrlFunction.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -32,6 +32,9 @@
 block discarded – undo
32 32
         ));
33 33
     }
34 34
 
35
+    /**
36
+     * @param boolean $absolute
37
+     */
35 38
     private function getUrl($absolute)
36 39
     {
37 40
         $url = '/';
Please login to merge, or discard this patch.
src/allejo/stakx/MarkupEngine/MarkupEngineManager.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -45,6 +45,9 @@
 block discarded – undo
45 45
         }
46 46
     }
47 47
 
48
+    /**
49
+     * @param string $extension
50
+     */
48 51
     public function getMarkupEngine($extension)
49 52
     {
50 53
         if (isset($this->engines[$extension]))
Please login to merge, or discard this patch.