@@ -1559,7 +1559,7 @@ discard block |
||
1559 | 1559 | * |
1560 | 1560 | * @param array $params An associative array of parameters |
1561 | 1561 | * @param bool $sanitized (optional) Decides whether the params have been sanitized before being passed, will sanitize them if false. |
1562 | - * @param bool|int $db (optional) Whether to save into the DB or just return Pod array. |
|
1562 | + * @param boolean $db (optional) Whether to save into the DB or just return Pod array. |
|
1563 | 1563 | * |
1564 | 1564 | * @return int Pod ID |
1565 | 1565 | * @since 1.7.9 |
@@ -3903,7 +3903,7 @@ discard block |
||
3903 | 3903 | * Save relationships |
3904 | 3904 | * |
3905 | 3905 | * @param int $id ID of item |
3906 | - * @param int|array $related_id ID or IDs to save |
|
3906 | + * @param int|array $related_ids ID or IDs to save |
|
3907 | 3907 | * @param array $pod Pod data |
3908 | 3908 | * @param array $field Field data |
3909 | 3909 | */ |
@@ -5061,7 +5061,6 @@ discard block |
||
5061 | 5061 | * Delete an object from tableless fields |
5062 | 5062 | * |
5063 | 5063 | * @param int $id |
5064 | - * @param string $type |
|
5065 | 5064 | * @param string $name |
5066 | 5065 | * |
5067 | 5066 | * @return bool |
@@ -5284,6 +5283,7 @@ discard block |
||
5284 | 5283 | * $params['name'] string Pod name |
5285 | 5284 | * |
5286 | 5285 | * @param array $params An associative array of parameters |
5286 | + * @param string $type |
|
5287 | 5287 | * |
5288 | 5288 | * @return bool True if exists |
5289 | 5289 | * |
@@ -6792,7 +6792,7 @@ discard block |
||
6792 | 6792 | * @param string $type Field type to look for |
6793 | 6793 | * @param array $options (optional) Options of the field to pass to the schema function. |
6794 | 6794 | * |
6795 | - * @return array|bool|mixed|null |
|
6795 | + * @return string |
|
6796 | 6796 | * |
6797 | 6797 | * @since 2.0 |
6798 | 6798 | */ |
@@ -7228,7 +7228,7 @@ discard block |
||
7228 | 7228 | * |
7229 | 7229 | * Load the information about an objects MySQL table |
7230 | 7230 | * |
7231 | - * @param $object_type |
|
7231 | + * @param string $object_type |
|
7232 | 7232 | * @param string $object The object to look for |
7233 | 7233 | * @param null $name (optional) Name of the pod to load |
7234 | 7234 | * @param array $pod (optional) Array with pod information |