Completed
Push — master ( c7d6bc...6d6f24 )
by Nicolaas
01:43
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.