@@ -72,7 +72,7 @@ discard block |
||
72 | 72 | * |
73 | 73 | * @param $url |
74 | 74 | * |
75 | - * @return mixed |
|
75 | + * @return string |
|
76 | 76 | */ |
77 | 77 | public function give_update_cmb_meta_box_url( $url ) { |
78 | 78 | // Path to Give's CMB |
@@ -834,7 +834,7 @@ discard block |
||
834 | 834 | * @since 1.0 |
835 | 835 | * |
836 | 836 | * @param string $key The Key to update |
837 | - * @param string|bool|int $value The value to set the key to |
|
837 | + * @param integer $value The value to set the key to |
|
838 | 838 | * |
839 | 839 | * @return boolean True if updated, false if not. |
840 | 840 | */ |
@@ -937,7 +937,7 @@ discard block |
||
937 | 937 | * @since 1.3.5 |
938 | 938 | * |
939 | 939 | * @param $array |
940 | - * @param $position |int|string Expects an array key or 'id' of the settings field to appear after |
|
940 | + * @param string $position |int|string Expects an array key or 'id' of the settings field to appear after |
|
941 | 941 | * @param $insert |array a valid array of options to insert |
942 | 942 | * |
943 | 943 | * @return array |
@@ -976,7 +976,7 @@ discard block |
||
976 | 976 | * @since 1.0 |
977 | 977 | * |
978 | 978 | * @param array $field_arr |
979 | - * @param array $saved_values |
|
979 | + * @param string|boolean $saved_values |
|
980 | 980 | * |
981 | 981 | * @return void |
982 | 982 | */ |
@@ -1011,7 +1011,7 @@ discard block |
||
1011 | 1011 | * @since 1.0 |
1012 | 1012 | * |
1013 | 1013 | * @param array $field_arr |
1014 | - * @param array $saved_value |
|
1014 | + * @param string|boolean $saved_value |
|
1015 | 1015 | * |
1016 | 1016 | * @return void |
1017 | 1017 | */ |