Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14445151
D19794.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D19794.diff
View Options
diff --git a/src/configuration/ArcanistConfiguration.php b/src/configuration/ArcanistConfiguration.php
--- a/src/configuration/ArcanistConfiguration.php
+++ b/src/configuration/ArcanistConfiguration.php
@@ -7,15 +7,15 @@
* pointing to your subclass in your project configuration.
*
* 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:
*
- * - create, replace, or disable workflows by overriding buildWorkflow()
- * and buildAllWorkflows();
+ * - create, replace, or disable workflows by overriding `buildWorkflow()`
+ * and `buildAllWorkflows()`;
* - 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
- * getCustomArgumentsForCommand().
+ * `getCustomArgumentsForCommand()`.
*
* @concrete-extensible
*/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 27, 12:12 PM (9 h, 54 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6931783
Default Alt Text
D19794.diff (1 KB)
Attached To
Mode
D19794: Small ReMarkup fix
Attached
Detach File
Event Timeline
Log In to Comment