Skip to content

Commit 0e21de7

Browse files
committed
Docs: Correct the description of the wpdb::process_field_formats() return value.
See #63166 git-svn-id: https://develop.svn.wordpress.org/trunk@60254 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 54a1e7f commit 0e21de7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/wp-includes/class-wpdb.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2866,8 +2866,12 @@ protected function process_fields( $table, $data, $format ) {
28662866
* @return array {
28672867
* Array of values and formats keyed by their field names.
28682868
*
2869-
* @type mixed $value The value to be formatted.
2870-
* @type string $format The format to be mapped to the value.
2869+
* @type array ...$0 {
2870+
* Value and format for this field.
2871+
*
2872+
* @type mixed $value The value to be formatted.
2873+
* @type string $format The format to be mapped to the value.
2874+
* }
28712875
* }
28722876
*/
28732877
protected function process_field_formats( $data, $format ) {

0 commit comments

Comments
 (0)