Skip to content

Commit

Permalink
Fix two documentation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
danmichaelo committed Jul 29, 2018
1 parent dd6aa2d commit 25c7865
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -190,7 +190,7 @@ public function __toString()
* If you want all child elements, namespaced or not, use
* `$record->all('child::*')` instead.
*
* @param null $ns
* @param string $ns
* @return QuiteSimpleXMLElement[]
*/
public function children($ns = null)
Expand All @@ -216,7 +216,7 @@ public function children($ns = null)
* If you want all child elements, namespaced or not, use
* `count($record->all('child::*'))` instead.
*
* @param null $ns
* @param string $ns
* @return int
*/
public function count($ns = null)
Expand Down

0 comments on commit 25c7865

Please sign in to comment.