File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33class 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.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments