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 9d368f3 commit f47d8c0Copy full SHA for f47d8c0
run.php
@@ -86,7 +86,6 @@ function usage() {
86
}
87
88
define("PHPCHECKSTYLE_HOME_DIR", dirname(__FILE__));
89
-// require_once PHPCHECKSTYLE_HOME_DIR."/src/PHPCheckstyle.php";
90
require_once "vendor/autoload.php";
91
92
// check for valid format and set the output file name
runFromWeb.php
@@ -23,7 +23,7 @@
23
$formats = explode(',', $options['format']);
24
$sources = explode(',', $sourceDir);
25
26
-// @TODO: Make this an includeable file
+// TODO: Make this an includeable file
27
$configFile = array(
28
'indentation' => array(
29
"type" => "spaces",
0 commit comments