Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2694290
D25498.1734777251.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
457 B
Referenced Files
None
Subscribers
None
D25498.1734777251.diff
View Options
diff --git a/src/workflow/ArcanistWorkflow.php b/src/workflow/ArcanistWorkflow.php
--- a/src/workflow/ArcanistWorkflow.php
+++ b/src/workflow/ArcanistWorkflow.php
@@ -1516,7 +1516,14 @@
}
}
+ /**
+ * @param string|null $revision_id
+ * @return string
+ */
final protected function normalizeRevisionID($revision_id) {
+ if ($revision_id === null) {
+ return '';
+ }
return preg_replace('/^D/i', '', $revision_id);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 10:34 (15 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1020980
Default Alt Text
D25498.1734777251.diff (457 B)
Attached To
Mode
D25498: Fix Subversion "commit" support in PHP 8.1
Attached
Detach File
Event Timeline
Log In to Comment