Skip to content

Commit 03de8f4

Browse files
committed
Removing todos since we have the constants now
1 parent b56968d commit 03de8f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

class-phpcs-diff-svn.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
class PHPCS_Diff_SVN {
44

55
// SVN credentials used for checking out individual revisions.
6-
private $svn_username = ''; // @todo: add your SVN username here
7-
private $svn_password = ''; // @todo: add your SVN password here
6+
private $svn_username = '';
7+
private $svn_password = '';
88

99
// Used to store details about the repo the class was initialized with.
1010
public $repo; // repository's slug.

class-phpcs-diff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class PHPCS_Diff {
44

55
// PHPCS configuration.
66
public $phpcs_command = 'phpcs'; // You might need to provde a path to phpcs.phar file.
7-
public $standards_location = '~/PHP_CodeSniffer/Standards'; // @todo: adjust the path to standards
7+
public $standards_location = '~/PHP_CodeSniffer/Standards';
88

99
public $version_control;
1010

0 commit comments

Comments
 (0)