Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2902917
D25708.1737319281.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
528 B
Referenced Files
None
Subscribers
None
D25708.1737319281.diff
View Options
diff --git a/src/hardpoint/ArcanistHardpointTask.php b/src/hardpoint/ArcanistHardpointTask.php
--- a/src/hardpoint/ArcanistHardpointTask.php
+++ b/src/hardpoint/ArcanistHardpointTask.php
@@ -105,7 +105,8 @@
$result = $generator->current();
if ($result instanceof Future) {
- $result = new ArcanistHardpointFutureList($result);
+ $result =
+ ArcanistHardpointFutureList::newFromFutures(array($result));
}
if ($result instanceof ArcanistHardpointFutureList) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 19, 20:41 (19 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1111716
Default Alt Text
D25708.1737319281.diff (528 B)
Attached To
Mode
D25708: Fix invalid constructor call for ArcanistHardpointFutureList
Attached
Detach File
Event Timeline
Log In to Comment