Issue #3078839 by justas.raudonius: Incorrect return type declaration for function drupal_static

merge-requests/55/head
Lee Rowlands 2019-09-11 19:38:51 +10:00
parent a7b19067fb
commit b90bd5883c
No known key found for this signature in database
GPG Key ID: 2B829A3DF9204DC4
1 changed files with 1 additions and 1 deletions

View File

@ -942,7 +942,7 @@ function drupal_classloader_register($name, $path) {
* internally and should not be passed in; use drupal_static_reset() instead.
* (This function's return value should not be used when TRUE is passed in.)
*
* @return array
* @return mixed
* Returns a variable by reference.
*
* @see drupal_static_reset()