1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-22 06:42:41 +01:00

Remove "@stable" annotation

Summary: I don't believe that `@stable` is useful anymore?

Test Plan: N/A

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D13285
This commit is contained in:
Joshua Spence 2015-06-15 07:51:43 +10:00
parent 3c3438714b
commit e97cdc6c9a
4 changed files with 0 additions and 6 deletions

View file

@ -38,8 +38,6 @@
*
* See @{article@phabricator:Arcanist User Guide: Customizing Lint, Unit Tests
* and Workflows} for more information about configuring lint engines.
*
* @stable
*/
abstract class ArcanistLintEngine {

View file

@ -6,7 +6,6 @@
* @task info Human Readable Information
* @task state Runtime State
* @task exec Executing Linters
* @stable
*/
abstract class ArcanistLinter {

View file

@ -7,7 +7,6 @@
* @task override Overriding Symbol Name Lint Messages
* @task util Name Utilities
* @task internal Internals
* @stable
*/
abstract class ArcanistXHPASTLintNamingHook {

View file

@ -32,8 +32,6 @@
* @task conduit Conduit
* @task scratch Scratch Files
* @task phabrep Phabricator Repositories
*
* @stable
*/
abstract class ArcanistWorkflow extends Phobject {