diff --git a/core/modules/node/node.module b/core/modules/node/node.module index 2172738..3c932cd 100644 --- a/core/modules/node/node.module +++ b/core/modules/node/node.module @@ -730,7 +730,7 @@ function node_user_predelete($account) { * @param $number * (optional) The maximum number of nodes to find. Defaults to 10. * - * @return array + * @return \Drupal\node\NodeInterface[] * An array of node entities or an empty array if there are no recent nodes * visible to the current user. */ @@ -1081,7 +1081,7 @@ function node_query_node_access_alter(AlterableInterface $query) { * @param $rebuild * (optional) The boolean value to be written. * - * @return mixed + * @return bool|null * The current value of the flag if no value was provided for $rebuild. * * @see node_access_rebuild()