Completed
Push — master ( ba1cd7...836330 )
by Jamie
02:56
created
classes/models/FrmEntryFormat.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -151,6 +151,7 @@
 block discarded – undo
151 151
 
152 152
 	/**
153 153
 	 * @deprecated 2.03.11
154
+	 * @param string $val
154 155
 	 */
155 156
 	private static function get_field_value( $atts, &$val ) {
156 157
 		_deprecated_function( __FUNCTION__, '2.03.11', 'instance of FrmEntryValues or FrmProEntryValues' );
Please login to merge, or discard this patch.
classes/models/FrmEntryFormatter.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -330,7 +330,7 @@  discard block
 block discarded – undo
330 330
 	 *
331 331
 	 * @since 2.03.11
332 332
 	 *
333
-	 * @param array $field_values
333
+	 * @param FrmFieldValue[] $field_values
334 334
 	 * @param array $output
335 335
 	 */
336 336
 	protected function push_field_values_to_array( $field_values, &$output ) {
@@ -548,7 +548,7 @@  discard block
 block discarded – undo
548 548
 	 * @param mixed $display_value
549 549
 	 * @param string $field_type
550 550
 	 *
551
-	 * @return mixed|string
551
+	 * @return string
552 552
 	 */
553 553
 	protected function prepare_display_value_for_html_table( $display_value, $field_type = '' ) {
554 554
 		$display_value = $this->flatten_array( $display_value );
Please login to merge, or discard this patch.