From 25c786518c1f0028b8f9d5d12e046b6a98a9654b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Michael=20O=2E=20Hegg=C3=B8?= Date: Sun, 29 Jul 2018 17:21:33 +0200 Subject: [PATCH] Fix two documentation issues --- .../QuiteSimpleXMLElement/SimpleXMLElementWrapper.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Danmichaelo/QuiteSimpleXMLElement/SimpleXMLElementWrapper.php b/src/Danmichaelo/QuiteSimpleXMLElement/SimpleXMLElementWrapper.php index 7a06186..56392b7 100644 --- a/src/Danmichaelo/QuiteSimpleXMLElement/SimpleXMLElementWrapper.php +++ b/src/Danmichaelo/QuiteSimpleXMLElement/SimpleXMLElementWrapper.php @@ -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) @@ -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)