Page MenuHomePhabricator

D8337.id19818.diff
No OneTemporary

D8337.id19818.diff

diff --git a/resources/test/diverse_symbols.php.example b/resources/test/diverse_symbols.php.example
--- a/resources/test/diverse_symbols.php.example
+++ b/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);
diff --git a/src/lint/linter/ArcanistScriptAndRegexLinter.php b/src/lint/linter/ArcanistScriptAndRegexLinter.php
--- a/src/lint/linter/ArcanistScriptAndRegexLinter.php
+++ b/src/lint/linter/ArcanistScriptAndRegexLinter.php
@@ -278,7 +278,7 @@
public function getLinterConfigurationName() {
return 'script-and-regex';
}
-
+
/* -( Parsing Output )----------------------------------------------------- */
diff --git a/src/unit/engine/PhpunitTestEngine.php b/src/unit/engine/PhpunitTestEngine.php
--- a/src/unit/engine/PhpunitTestEngine.php
+++ b/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();

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 16, 8:02 PM (1 w, 22 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7707613
Default Alt Text
D8337.id19818.diff (1 KB)

Event Timeline