Skip to content

Commit 8861215

Browse files
committed
Replace phpDocumentor by the standard PHPDoc
1 parent c0637b6 commit 8861215

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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
@@ -383,4 +383,4 @@ Even if this mechanism is simple enough, you are highly encouraged to use the
383383
alias.
384384

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

0 commit comments

Comments
 (0)