We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55140d8 commit 910733dCopy full SHA for 910733d
wp-cli-command.php
@@ -61,7 +61,7 @@ public function __invoke( $args, $assoc_args ) {
61
62
// @todo: replace SVN version control backend with any other parser you might want to use - eg.: git
63
require_once( __DIR__ . 'class-phpcs-diff-svn.php' );
64
- $phpcs = new PHPCS_Diff( new PHPCS_Diff_SVN( 'hello-dolly' ) );
+ $phpcs = new PHPCS_Diff( new PHPCS_Diff_SVN( $repo ) );
65
66
if ( true === array_key_exists( 'ignore-diff-too-big', $assoc_args ) ) {
67
$phpcs->set_no_diff_too_big( true );
0 commit comments