Skip to content

Commit

Permalink
qualify DOMNode docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Oct 31, 2014
1 parent 10e3bf6 commit eeaa7eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Dom/Node.php
Original file line number Diff line number Diff line change
Expand Up @@ -368,10 +368,10 @@ public function xpath($query, $context = null) {
* Ensures the provided context is of a native DOMDocument type rather than
* an enhanced object, so it can be used with native DOMDocument methods.
*
* @param Node|DOMNode|null $context The current context. If null is provided,
* @param Node|\DOMNode|null $context The current context. If null is provided,
* this current Node's DOMNode is used.
*
* @return DOMNode The contextual DOMNode
* @return \DOMNode The contextual DOMNode
*/
public function checkContext($context) {
if(is_null($context)) {
Expand Down

0 comments on commit eeaa7eb

Please sign in to comment.