Completed
Push — master ( 3d5ae2...ce0aee )
by Nicolaas
02:45
created
code/model/AdvertisementDecorator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -194,6 +194,9 @@
 block discarded – undo
194 194
         return "Root.".$code;
195 195
     }
196 196
 
197
+    /**
198
+     * @param string $title
199
+     */
197 200
     protected function MyHeaderField($title)
198 201
     {
199 202
         $code = preg_replace("/[^a-zA-Z0-9\s]/", "", $title);
Please login to merge, or discard this patch.
code/model/Advertisement.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -273,7 +273,7 @@
 block discarded – undo
273 273
 
274 274
     /**
275 275
      *
276
-     * @return bool
276
+     * @return string|false
277 277
      */
278 278
     protected function callbackFilterFunctionForMultiSelect()
279 279
     {
Please login to merge, or discard this patch.