@@ -159,7 +159,7 @@ public function supportsDecoding($format)
159159 /**
160160 * Sets the root node name.
161161 *
162- * @param string $name root node name
162+ * @param string $name Root node name
163163 */
164164 public function setRootNodeName ($ name )
165165 {
@@ -257,8 +257,6 @@ final protected function isElementNameValid($name)
257257 /**
258258 * Parse the input DOMNode into an array or a string.
259259 *
260- * @param \DOMNode $node xml to parse
261- *
262260 * @return array|string
263261 */
264262 private function parseXml (\DOMNode $ node )
@@ -293,8 +291,6 @@ private function parseXml(\DOMNode $node)
293291 /**
294292 * Parse the input DOMNode attributes into an array.
295293 *
296- * @param \DOMNode $node xml to parse
297- *
298294 * @return array
299295 */
300296 private function parseXmlAttributes (\DOMNode $ node )
@@ -327,8 +323,6 @@ private function parseXmlAttributes(\DOMNode $node)
327323 /**
328324 * Parse the input DOMNode value (content and children) into an array or a string.
329325 *
330- * @param \DOMNode $node xml to parse
331- *
332326 * @return array|string
333327 */
334328 private function parseXmlValue (\DOMNode $ node )
@@ -528,7 +522,7 @@ private function resolveXmlRootName(array $context = array())
528522 /**
529523 * Create a DOM document, taking serializer options into account.
530524 *
531- * @param array $context options that the encoder has access to
525+ * @param array $context Options that the encoder has access to
532526 *
533527 * @return \DOMDocument
534528 */
0 commit comments