Completed
Push — development ( 63d178...277d4b )
by Andrij
13:38
created
application/modules/forms/forms.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -177,6 +177,9 @@
 block discarded – undo
177 177
         return $result;
178 178
     }
179 179
 
180
+    /**
181
+     * @param string $name
182
+     */
180 183
     public function standartRender($name, $field) {
181 184
 
182 185
         $result = '';
Please login to merge, or discard this patch.
application/modules/found_less_expensive/found_less_expensive.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
     }
45 45
 
46 46
     /**
47
-     * @return array|string
47
+     * @return string|null
48 48
      */
49 49
     public function save_message() {
50 50
 
Please login to merge, or discard this patch.