@@ -28,7 +28,7 @@ discard block |
||
| 28 | 28 | * @since 1.15 |
| 29 | 29 | * @param bool|false $mixed |
| 30 | 30 | * |
| 31 | - * @return bool |
|
| 31 | + * @return boolean|null |
|
| 32 | 32 | */ |
| 33 | 33 | private function _exit( $mixed = NULL ) { |
| 34 | 34 | |
@@ -202,7 +202,7 @@ discard block |
||
| 202 | 202 | * Import Gravity Form XML or JSON |
| 203 | 203 | * |
| 204 | 204 | * @param string $xml_or_json_path Path to form XML or JSON file |
| 205 | - * @return int|bool Imported form ID or false |
|
| 205 | + * @return false|string Imported form ID or false |
|
| 206 | 206 | */ |
| 207 | 207 | function import_form( $xml_or_json_path = '' ) { |
| 208 | 208 | |
@@ -300,6 +300,7 @@ discard block |
||
| 300 | 300 | * Get the the form fields for a preset (no form created yet) |
| 301 | 301 | * @param string $template_id Preset template |
| 302 | 302 | * |
| 303 | + * @return integer |
|
| 303 | 304 | */ |
| 304 | 305 | static function pre_get_form_fields( $template_id = '') { |
| 305 | 306 | |