Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F5512145
D26040.1750160765.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
922 B
Referenced Files
None
Subscribers
None
D26040.1750160765.diff
View Options
diff --git a/src/phage/workflow/PhageExecWorkflow.php b/src/phage/workflow/PhageExecWorkflow.php
--- a/src/phage/workflow/PhageExecWorkflow.php
+++ b/src/phage/workflow/PhageExecWorkflow.php
@@ -20,7 +20,7 @@
->setSynopsis(pht('Execute a Phage subprocess.'));
}
- protected function runWorkflow() {
+ public function runWorkflow() {
$argv = $this->getArgument('argv');
if (!$argv) {
throw new PhutilArgumentUsageException(
diff --git a/src/workflow/ArcanistWorkflow.php b/src/workflow/ArcanistWorkflow.php
--- a/src/workflow/ArcanistWorkflow.php
+++ b/src/workflow/ArcanistWorkflow.php
@@ -259,6 +259,10 @@
throw new PhutilMethodNotImplementedException();
}
+ public function runWorkflow() {
+ throw new PhutilMethodNotImplementedException();
+ }
+
/**
* Finalizes any cleanup operations that need to occur regardless of
* whether the command succeeded or failed.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jun 17, 11:46 (15 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1882260
Default Alt Text
D26040.1750160765.diff (922 B)
Attached To
Mode
D26040: Add missing ArcanistWorkflow::runWorkflow method
Attached
Detach File
Event Timeline
Log In to Comment