Skip to content
Snippets Groups Projects
Commit 296fa5fd authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1295502 by pillarsdotnet: Fixed Add missing '$' character to docblock...

Issue #1295502 by pillarsdotnet: Fixed Add missing '$' character to docblock for timer_start(), timer_read(), and timer_stop() functions.
parent 26a6752f
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -1244,10 +1244,11 @@ function drupal_check_module($module) { ...@@ -1244,10 +1244,11 @@ function drupal_check_module($module) {
* dependencies[] = dblog * dependencies[] = dblog
* @endcode * @endcode
* *
* @param profile * @param $profile
* Name of profile. * Name of profile.
* @param locale * @param $locale
* Name of locale used (if any). * Name of locale used (if any).
*
* @return * @return
* The info array. * The info array.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment