Index: resources/test/diverse_symbols.php.example =================================================================== --- resources/test/diverse_symbols.php.example +++ resources/test/diverse_symbols.php.example @@ -53,4 +53,4 @@ include($x); include_once($x); require($x); -require_once($x); \ No newline at end of file +require_once($x); Index: src/lint/linter/ArcanistScriptAndRegexLinter.php =================================================================== --- src/lint/linter/ArcanistScriptAndRegexLinter.php +++ src/lint/linter/ArcanistScriptAndRegexLinter.php @@ -278,7 +278,7 @@ public function getLinterConfigurationName() { return 'script-and-regex'; } - + /* -( Parsing Output )----------------------------------------------------- */ Index: src/unit/engine/PhpunitTestEngine.php =================================================================== --- src/unit/engine/PhpunitTestEngine.php +++ src/unit/engine/PhpunitTestEngine.php @@ -58,7 +58,7 @@ $futures = array(); $tmpfiles = array(); foreach ($this->affectedTests as $class_path => $test_path) { - if(!Filesystem::pathExists($test_path)) { + if (!Filesystem::pathExists($test_path)) { continue; } $json_tmp = new TempFile();