============================== Rule ``phpdoc_order_by_value`` ============================== Order phpdoc tags by value. Configuration ------------- ``annotations`` ~~~~~~~~~~~~~~~ List of annotations to order, e.g. ``["covers"]``. Allowed values: a subset of ``['author', 'covers', 'coversNothing', 'dataProvider', 'depends', 'group', 'internal', 'requires', 'throws', 'uses']`` Default value: ``['covers']`` Examples -------- Example #1 ~~~~~~~~~~ *Default* configuration. .. code-block:: diff --- Original +++ New @@ -1,7 +1,7 @@ ['author']]``. .. code-block:: diff --- Original +++ New @@ -1,7 +1,7 @@ `_ rule set will enable the ``phpdoc_order_by_value`` rule with the default config.