Skip to content

Commit 5027c26

Browse files
committed
Use proper class name in WP CLI command
1 parent 1538dbe commit 5027c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wp-cli-command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function __invoke( $args, $assoc_args ) {
5959
$excluded_exts = array_map( 'sanitize_text_field', explode( ',', $assoc_args['excluded-exts'] ) );
6060
}
6161

62-
$phpcs = new VIP_Phpcs();
62+
$phpcs = new PHPCS_Diff();
6363
if ( true === array_key_exists( 'ignore-diff-too-big', $assoc_args ) ) {
6464
$phpcs->set_no_diff_too_big( true );
6565
}

0 commit comments

Comments
 (0)