Skip to content

Commit

Permalink
Issue #2117601 by Alan D.: Namespaced Drupal\node\Node entity in node…
Browse files Browse the repository at this point in the history
…_revision_list() doc comment rather than node.
  • Loading branch information
DavidRothstein committed Dec 31, 2013
1 parent a4a72dc commit e04e530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/node/node.module
Original file line number Diff line number Diff line change
@@ -2222,8 +2222,8 @@ function node_last_changed($nid) {
/**
* Returns a list of all the existing revision numbers.
*
* @param Drupal\node\Node $node
* The node entity.
* @param $node
* The node object.
*
* @return
* An associative array keyed by node revision number.

0 comments on commit e04e530

Please sign in to comment.