Skip to content

Commit 8056655

Browse files
committed
PHPStan fix
1 parent 782a901 commit 8056655

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Config_Command.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,6 @@ public function set( $args, $assoc_args ) {
710710
}
711711
}
712712

713-
// @phpstan-ignore argument.type
714713
$config_transformer->update( $type, $name, $value, $options );
715714

716715
} catch ( Exception $exception ) {
@@ -1371,7 +1370,7 @@ private function parse_separator( $separator ) {
13711370
* @param array $assoc_args Associative arguments from the command.
13721371
* @param array $defaults Default values for the options.
13731372
*
1374-
* @return array<string, string|bool> Parsed options array.
1373+
* @return array<string, bool> Parsed options array.
13751374
*/
13761375
private function parse_config_transformer_options( $assoc_args, $defaults = [] ) {
13771376
$options = [];

0 commit comments

Comments
 (0)