Page MenuHomePhabricator

D8337.diff
No OneTemporary

D8337.diff

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();

File Metadata

Mime Type
text/plain
Expires
Mon, May 13, 9:30 PM (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6275810
Default Alt Text
D8337.diff (1 KB)

Event Timeline