Problem/Motivation
The docblock for ConfigDependencyManager uses a <code>
tag instead of @code
and @endcode
, so the code snippet is not displayed properly at:
https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Config%21...
Proposed resolution
Correct it to use @code
and @endcode
. See: https://www.drupal.org/node/1354#code
Beta phase evaluation
Issue category | Bug because the docblock is not displayed correctly in API documentation. |
---|---|
Issue priority | Minor because the actual content of the documentation is correct. |
Unfrozen changes | Unfrozen because it only changes documentation. |
Disruption | Not disruptive. |
Remaining tasks
Task | Novice task? | Contributor instructions | Complete? |
---|---|---|---|
Create a patch | Instructions | Done | |
Review patch to ensure that it fixes the issue, stays within scope, is properly documented, and follows coding standards | Novice | Instructions |
User interface changes
None.
API changes
None.