Issue #3078839 by justas.raudonius: Incorrect return type declaration for function drupal_static
parent
a7b19067fb
commit
b90bd5883c
|
|
@ -942,7 +942,7 @@ function drupal_classloader_register($name, $path) {
|
||||||
* internally and should not be passed in; use drupal_static_reset() instead.
|
* 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.)
|
* (This function's return value should not be used when TRUE is passed in.)
|
||||||
*
|
*
|
||||||
* @return array
|
* @return mixed
|
||||||
* Returns a variable by reference.
|
* Returns a variable by reference.
|
||||||
*
|
*
|
||||||
* @see drupal_static_reset()
|
* @see drupal_static_reset()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue