Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 294263

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

$
0
0

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

Viewing all articles
Browse latest Browse all 294263

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>