Completed
Push — develop ( 927119...79656c )
by Julien
05:10 queued 02:36
created
lib/SSpkS/Output/HtmlOutput.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -35,11 +35,17 @@
 block discarded – undo
35 35
         $this->setVariable('branch', $this->config->SSPKS_BRANCH);
36 36
     }
37 37
 
38
+    /**
39
+     * @param string $name
40
+     */
38 41
     public function setVariable($name, $value)
39 42
     {
40 43
         $this->tplVars[$name] = $value;
41 44
     }
42 45
 
46
+    /**
47
+     * @param string $tplName
48
+     */
43 49
     public function setTemplate($tplName)
44 50
     {
45 51
         $this->template = $tplName;
Please login to merge, or discard this patch.