Docs: Add a missing return type.

See #47110


git-svn-id: https://develop.svn.wordpress.org/trunk@45821 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2019-08-16 19:34:31 +00:00
parent 4bb45c674a
commit b675f56c4f

View File

@ -181,7 +181,7 @@ class WP_Admin_Bar {
* Gets a node.
*
* @param string $id
* @return object Node.
* @return object|void Node.
*/
final public function get_node( $id ) {
$node = $this->_get_node( $id );