Skip to content

Commit d6b2d29

Browse files
committed
Docs: Fix return_value() inline documentation
1 parent 2052b38 commit d6b2d29

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Config_Command.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1035,9 +1035,9 @@ private static function fetch_remote_salts( $insecure = false ) {
10351035
*
10361036
* @param string $name
10371037
* @param string $type
1038-
* @param string $type
1038+
* @param array $values
10391039
* @param string $wp_config_file_name Config file name
1040-
* @return string The value of the requested constant or variable as defined in the wp-config.php file; if the
1040+
* @return mixed The value of the requested constant or variable as defined in the wp-config.php file; if the
10411041
* requested constant or variable is not defined then the function will print an error and exit.
10421042
*/
10431043
private function return_value( $name, $type, $values, $wp_config_file_name ) {

0 commit comments

Comments
 (0)