File tree Expand file tree Collapse file tree 5 files changed +6
-53
lines changed
Expand file tree Collapse file tree 5 files changed +6
-53
lines changed Original file line number Diff line number Diff line change 55namespace TypeLang \PhpDocParser \DocBlock \Tag ;
66
77/**
8- * TODO This tag doesnt support description: Should support for this
9- * functionality be removed?
8+ * TBD This tag doesnt support description: Should support for this
9+ * functionality be removed?
1010 *
1111 * @link https://docs.phpdoc.org/3.0/guide/references/phpdoc/tags/api.html#api
1212 */
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3737use TypeLang \PhpDocParser \DocBlock \Tag \SubPackageTag ;
3838use TypeLang \PhpDocParser \DocBlock \Tag \ThrowsTag ;
3939use TypeLang \PhpDocParser \DocBlock \Tag \TodoTag ;
40- use TypeLang \PhpDocParser \DocBlock \Tag \UsedByTag ;
41- use TypeLang \PhpDocParser \DocBlock \Tag \UsesTag ;
4240use TypeLang \PhpDocParser \DocBlock \Tag \VarTag ;
4341use TypeLang \PhpDocParser \DocBlock \Tag \VersionTag ;
4442use TypeLang \PhpDocParser \DocBlock \TagFactory \CreatableFromDescriptionTagFactory ;
@@ -125,9 +123,6 @@ final class StandardTagProvider
125123 'source ' => SourceTag::class,
126124 'subpackage ' => SubPackageTag::class,
127125 'todo ' => TodoTag::class,
128- 'used-by ' => UsedByTag::class,
129- 'usedby ' => UsedByTag::class,
130- 'uses ' => UsesTag::class,
131126 'version ' => VersionTag::class,
132127 ];
133128
Original file line number Diff line number Diff line change @@ -70,6 +70,10 @@ abstract class TestCase extends BaseTestCase
7070
7171 // phpDocumentor 2.x
7272 'index ' ,
73+ 'uses ' ,
74+ 'used-by ' ,
75+ 'usedby ' ,
76+ 'method ' ,
7377
7478 // PHPUnit 9.x
7579 'author ' ,
You can’t perform that action at this time.
0 commit comments