Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2680821
D25703.1734627460.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
491 B
Referenced Files
None
Subscribers
None
D25703.1734627460.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 19, 16:57 (6 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1015176
Default Alt Text
D25703.1734627460.diff (491 B)
Attached To
Mode
D25703: Fix PHP 8.1 "trim(null)" exception when creating a diff with an empty "Differential Revision:" field
Attached
Detach File
Event Timeline
Log In to Comment