Skip to content

Commit

Permalink
[DomCrawler] fixed a PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Nov 23, 2013
1 parent 57c695b commit b814941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/DomCrawler/Crawler.php
Expand Up @@ -472,7 +472,7 @@ public function children()
*
* @param string $attribute The attribute name
*
* @return string The attribute value
* @return string|null The attribute value or null if the attribute does not exist
*
* @throws \InvalidArgumentException When current node is empty
*
Expand Down

0 comments on commit b814941

Please sign in to comment.