Page MenuHomePhorge

D25703.1740144061.diff
No OneTemporary

D25703.1740144061.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,11 @@
continue;
}
+ if ($value === null) {
+ // Ignore null values.
+ 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
Fri, Feb 21, 13:21 (1 d, 18 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1130626
Default Alt Text
D25703.1740144061.diff (525 B)

Event Timeline