Page MenuHomePhorge

D25703.1729310562.diff
No OneTemporary

D25703.1729310562.diff

diff --git a/src/workflow/ArcanistDiffWorkflow.php b/src/workflow/ArcanistDiffWorkflow.php
--- a/src/workflow/ArcanistDiffWorkflow.php
+++ b/src/workflow/ArcanistDiffWorkflow.php
@@ -1938,6 +1938,10 @@
continue;
}
+ if ($value === null) {
+ continue;
+ }
+
if (is_array($value)) {
// For array values, merge the arrays, appending the new values.
// Examples are "Reviewers" and "Cc", where this produces a list of

File Metadata

Mime Type
text/plain
Expires
Sat, Oct 19, 04:02 (19 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
932484
Default Alt Text
D25703.1729310562.diff (491 B)

Event Timeline