Page MenuHomePhabricator

D13286.id.diff
No OneTemporary

D13286.id.diff

diff --git a/src/daemon/PhutilDaemon.php b/src/daemon/PhutilDaemon.php
--- a/src/daemon/PhutilDaemon.php
+++ b/src/daemon/PhutilDaemon.php
@@ -39,8 +39,6 @@
*
* @task overseer Communicating With the Overseer
* @task autoscale Autoscaling Daemon Pools
- *
- * @stable
*/
abstract class PhutilDaemon {
diff --git a/src/events/PhutilEventListener.php b/src/events/PhutilEventListener.php
--- a/src/events/PhutilEventListener.php
+++ b/src/events/PhutilEventListener.php
@@ -1,8 +1,5 @@
<?php
-/**
- * @stable
- */
abstract class PhutilEventListener {
private $listenerID;
diff --git a/src/future/Future.php b/src/future/Future.php
--- a/src/future/Future.php
+++ b/src/future/Future.php
@@ -4,8 +4,6 @@
* A 'future' or 'promise' is an object which represents the result of some
* pending computation. For a more complete overview of futures, see
* @{article:Using Futures}.
- *
- * @stable
*/
abstract class Future {
diff --git a/src/future/FutureProxy.php b/src/future/FutureProxy.php
--- a/src/future/FutureProxy.php
+++ b/src/future/FutureProxy.php
@@ -3,8 +3,6 @@
/**
* Wraps another @{class:Future} and allows you to post-process its result once
* it resolves.
- *
- * @stable
*/
abstract class FutureProxy extends Future {
diff --git a/src/markup/PhutilMarkupEngine.php b/src/markup/PhutilMarkupEngine.php
--- a/src/markup/PhutilMarkupEngine.php
+++ b/src/markup/PhutilMarkupEngine.php
@@ -1,8 +1,5 @@
<?php
-/**
- * @stable
- */
abstract class PhutilMarkupEngine {
/**
diff --git a/src/markup/engine/remarkup/blockrule/PhutilRemarkupBlockInterpreter.php b/src/markup/engine/remarkup/blockrule/PhutilRemarkupBlockInterpreter.php
--- a/src/markup/engine/remarkup/blockrule/PhutilRemarkupBlockInterpreter.php
+++ b/src/markup/engine/remarkup/blockrule/PhutilRemarkupBlockInterpreter.php
@@ -1,8 +1,5 @@
<?php
-/**
- * @stable
- */
abstract class PhutilRemarkupBlockInterpreter {
private $engine;
diff --git a/src/markup/engine/remarkup/blockrule/PhutilRemarkupBlockRule.php b/src/markup/engine/remarkup/blockrule/PhutilRemarkupBlockRule.php
--- a/src/markup/engine/remarkup/blockrule/PhutilRemarkupBlockRule.php
+++ b/src/markup/engine/remarkup/blockrule/PhutilRemarkupBlockRule.php
@@ -1,8 +1,5 @@
<?php
-/**
- * @stable
- */
abstract class PhutilRemarkupBlockRule {
private $engine;
diff --git a/src/markup/engine/remarkup/markuprule/PhutilRemarkupRule.php b/src/markup/engine/remarkup/markuprule/PhutilRemarkupRule.php
--- a/src/markup/engine/remarkup/markuprule/PhutilRemarkupRule.php
+++ b/src/markup/engine/remarkup/markuprule/PhutilRemarkupRule.php
@@ -1,8 +1,5 @@
<?php
-/**
- * @stable
- */
abstract class PhutilRemarkupRule {
private $engine;
diff --git a/src/parser/argument/workflow/PhutilArgumentWorkflow.php b/src/parser/argument/workflow/PhutilArgumentWorkflow.php
--- a/src/parser/argument/workflow/PhutilArgumentWorkflow.php
+++ b/src/parser/argument/workflow/PhutilArgumentWorkflow.php
@@ -71,7 +71,6 @@
* @{method:isExecutable}. In this case, the parser will automatically select
* your workflow when the user invokes it.
*
- * @stable
* @concrete-extensible
*/
class PhutilArgumentWorkflow {

File Metadata

Mime Type
text/plain
Expires
Thu, Mar 20, 8:59 AM (6 h, 1 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7710974
Default Alt Text
D13286.id.diff (3 KB)

Event Timeline