Completed
Branch 3.0 (1aee71)
by Stephanie
03:09
created
classes/models/fields/FrmFieldType.php 1 patch
Doc Comments   +8 added lines patch added patch discarded remove patch
@@ -259,6 +259,9 @@  discard block
 block discarded – undo
259 259
 		return $this->alter_builder_classes( $classes );
260 260
 	}
261 261
 
262
+	/**
263
+	 * @param string $classes
264
+	 */
262 265
 	protected function alter_builder_classes( $classes ) {
263 266
 		return $classes;
264 267
 	}
@@ -409,6 +412,11 @@  discard block
 block discarded – undo
409 412
 		return $html;
410 413
 	}
411 414
 
415
+	/**
416
+	 * @param string $html
417
+	 *
418
+	 * @return string
419
+	 */
412 420
 	protected function after_replace_html_shortcodes( $args, $html ) {
413 421
 		return $html;
414 422
 	}
Please login to merge, or discard this patch.