Completed
Branch master (7d16f2)
by Jörg
02:15
created
Classes/Domrobot.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -81,6 +81,10 @@  discard block
 block discarded – undo
81 81
         }
82 82
     }
83 83
 
84
+    /**
85
+     * @param string $object
86
+     * @param string $method
87
+     */
84 88
     public function call($object, $method, array $params = array())
85 89
     {
86 90
         if (isset($this->customer) && $this->customer != "") {
@@ -203,6 +207,9 @@  discard block
 block discarded – undo
203 207
         return $this->language;
204 208
     }
205 209
 
210
+    /**
211
+     * @param string $language
212
+     */
206 213
     public function setLanguage($language)
207 214
     {
208 215
         $this->language = $language;
Please login to merge, or discard this patch.