Skip to content

Commit f47d8c0

Browse files
committed
Continue tidying up code
1 parent 9d368f3 commit f47d8c0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

run.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ function usage() {
8686
}
8787

8888
define("PHPCHECKSTYLE_HOME_DIR", dirname(__FILE__));
89-
// require_once PHPCHECKSTYLE_HOME_DIR."/src/PHPCheckstyle.php";
9089
require_once "vendor/autoload.php";
9190

9291
// check for valid format and set the output file name

runFromWeb.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
$formats = explode(',', $options['format']);
2424
$sources = explode(',', $sourceDir);
2525

26-
// @TODO: Make this an includeable file
26+
// TODO: Make this an includeable file
2727
$configFile = array(
2828
'indentation' => array(
2929
"type" => "spaces",

0 commit comments

Comments
 (0)