Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 82b6921

Browse filesBrowse files
committed
Replace phpDocumentor by the standard PHPDoc
1 parent 527e0fc commit 82b6921
Copy full SHA for 82b6921

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎cookbook/bundles/best_practices.rst

Copy file name to clipboardExpand all lines: cookbook/bundles/best_practices.rst
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.