mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 14:52:40 +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:
parent
3c3438714b
commit
e97cdc6c9a
4 changed files with 0 additions and 6 deletions
|
@ -38,8 +38,6 @@
|
||||||
*
|
*
|
||||||
* See @{article@phabricator:Arcanist User Guide: Customizing Lint, Unit Tests
|
* See @{article@phabricator:Arcanist User Guide: Customizing Lint, Unit Tests
|
||||||
* and Workflows} for more information about configuring lint engines.
|
* and Workflows} for more information about configuring lint engines.
|
||||||
*
|
|
||||||
* @stable
|
|
||||||
*/
|
*/
|
||||||
abstract class ArcanistLintEngine {
|
abstract class ArcanistLintEngine {
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
* @task info Human Readable Information
|
* @task info Human Readable Information
|
||||||
* @task state Runtime State
|
* @task state Runtime State
|
||||||
* @task exec Executing Linters
|
* @task exec Executing Linters
|
||||||
* @stable
|
|
||||||
*/
|
*/
|
||||||
abstract class ArcanistLinter {
|
abstract class ArcanistLinter {
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
* @task override Overriding Symbol Name Lint Messages
|
* @task override Overriding Symbol Name Lint Messages
|
||||||
* @task util Name Utilities
|
* @task util Name Utilities
|
||||||
* @task internal Internals
|
* @task internal Internals
|
||||||
* @stable
|
|
||||||
*/
|
*/
|
||||||
abstract class ArcanistXHPASTLintNamingHook {
|
abstract class ArcanistXHPASTLintNamingHook {
|
||||||
|
|
||||||
|
|
|
@ -32,8 +32,6 @@
|
||||||
* @task conduit Conduit
|
* @task conduit Conduit
|
||||||
* @task scratch Scratch Files
|
* @task scratch Scratch Files
|
||||||
* @task phabrep Phabricator Repositories
|
* @task phabrep Phabricator Repositories
|
||||||
*
|
|
||||||
* @stable
|
|
||||||
*/
|
*/
|
||||||
abstract class ArcanistWorkflow extends Phobject {
|
abstract class ArcanistWorkflow extends Phobject {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue