Skip to content

Commit 82b6921

Browse files
committed
Replace phpDocumentor by the standard PHPDoc
1 parent 527e0fc commit 82b6921

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: cookbook/bundles/best_practices.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ the ``Tests/`` directory. Tests should follow these principles:
193193
Documentation
194194
-------------
195195

196-
All classes and functions must be fully documented using `phpDocumentor`_ tags.
196+
All classes and functions must be fully documented using `PHPDoc`_ tags.
197197

198198
Extensive documentation should also be provided in the
199199
:doc:`reStructuredText </contributing/documentation/format>` format, under
@@ -333,4 +333,4 @@ Even if this mechanism is simple enough, you are highly encouraged to use the
333333
alias.
334334

335335
.. _`standards`: http://www.php-fig.org/psr/psr-0/
336-
.. _`phpDocumentor`: http://www.phpdoc.org/
336+
.. _`PHPDoc`: https://en.wikipedia.org/wiki/PHPDoc

0 commit comments

Comments
 (0)