mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 23:02:41 +01:00
Small ReMarkup fix
Summary: See https://discourse.phabricator-community.org/t/2086 Test Plan: paste new content in comment box, see it markedup Reviewers: #blessed_reviewers, epriestley, amckinley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D19794
This commit is contained in:
parent
83661809e5
commit
3534d2baca
1 changed files with 5 additions and 5 deletions
|
@ -7,15 +7,15 @@
|
||||||
* pointing to your subclass in your project configuration.
|
* pointing to your subclass in your project configuration.
|
||||||
*
|
*
|
||||||
* When specified as the **arcanist_configuration** class in your project's
|
* When specified as the **arcanist_configuration** class in your project's
|
||||||
* ##.arcconfig##, your subclass will be instantiated (instead of this class)
|
* `.arcconfig`, your subclass will be instantiated (instead of this class)
|
||||||
* and be able to handle all the method calls. In particular, you can:
|
* and be able to handle all the method calls. In particular, you can:
|
||||||
*
|
*
|
||||||
* - create, replace, or disable workflows by overriding buildWorkflow()
|
* - create, replace, or disable workflows by overriding `buildWorkflow()`
|
||||||
* and buildAllWorkflows();
|
* and `buildAllWorkflows()`;
|
||||||
* - add additional steps before or after workflows run by overriding
|
* - add additional steps before or after workflows run by overriding
|
||||||
* willRunWorkflow() or didRunWorkflow() or didAbortWorkflow(); and
|
* `willRunWorkflow()` or `didRunWorkflow()` or `didAbortWorkflow()`; and
|
||||||
* - add new flags to existing workflows by overriding
|
* - add new flags to existing workflows by overriding
|
||||||
* getCustomArgumentsForCommand().
|
* `getCustomArgumentsForCommand()`.
|
||||||
*
|
*
|
||||||
* @concrete-extensible
|
* @concrete-extensible
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue