@@ -81,7 +81,7 @@ discard block |
||
| 81 | 81 | * |
| 82 | 82 | * @param $url |
| 83 | 83 | * |
| 84 | - * @return mixed |
|
| 84 | + * @return string |
|
| 85 | 85 | */ |
| 86 | 86 | public function give_update_cmb_meta_box_url( $url ) {
|
| 87 | 87 | //Path to Give's CMB |
@@ -767,7 +767,7 @@ discard block |
||
| 767 | 767 | * @since 1.0 |
| 768 | 768 | * |
| 769 | 769 | * @param string $key The Key to update |
| 770 | - * @param string|bool|int $value The value to set the key to |
|
| 770 | + * @param integer $value The value to set the key to |
|
| 771 | 771 | * |
| 772 | 772 | * @return boolean True if updated, false if not. |
| 773 | 773 | */ |