Fix inconsistent indentation between @code - @endcode block in core

Created on 25 May 2018, almost 7 years ago
Updated 1 July 2024, 9 months ago

This is a follow-up issue to #2975056: broken sample code in deprecation notices for entity.inc functions . While working on that issue it is noticed that we have the inconsistent indentation between @code - @endcode blocks. At some places, the code is indented with 2 spaces but in other places, it is not. Indent code with 2 spaces.

For example:

This

* @code
* $settings['extension_discovery_scan_tests'] = TRUE;
* @endcode

Should be this:

* @code
*   $settings['extension_discovery_scan_tests'] = TRUE;
* @endcode
📌 Task
Status

Active

Component

Coding Standards

Created by

🇮🇳India msankhala Bikaner, Rajasthan

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024