Skip to content

Commit d3b3d07

Browse files
authored
Merge pull request #207 from wp-cli/add/sensitive
2 parents 1ac3a42 + 8662471 commit d3b3d07

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Config_Command.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ private static function get_initial_locale() {
119119
*
120120
* [--dbpass=<dbpass>]
121121
* : Set the database user password.
122+
* ---
123+
* sensitive: true
124+
* ---
122125
*
123126
* [--dbhost=<dbhost>]
124127
* : Set the database host.
@@ -723,6 +726,7 @@ public function set( $args, $assoc_args ) {
723726
}
724727
}
725728

729+
// @phpstan-ignore argument.type
726730
$config_transformer->update( $type, $name, $value, $options );
727731

728732
} catch ( Exception $exception ) {

0 commit comments

Comments
 (0)