@@ -154,7 +154,7 @@ public function supportsDecoding($format)
154154 /**
155155 * Sets the root node name.
156156 *
157- * @param string $name root node name
157+ * @param string $name Root node name
158158 */
159159 public function setRootNodeName ($ name )
160160 {
@@ -252,8 +252,6 @@ final protected function isElementNameValid($name)
252252 /**
253253 * Parse the input DOMNode into an array or a string.
254254 *
255- * @param \DOMNode $node xml to parse
256- *
257255 * @return array|string
258256 */
259257 private function parseXml (\DOMNode $ node )
@@ -288,8 +286,6 @@ private function parseXml(\DOMNode $node)
288286 /**
289287 * Parse the input DOMNode attributes into an array.
290288 *
291- * @param \DOMNode $node xml to parse
292- *
293289 * @return array
294290 */
295291 private function parseXmlAttributes (\DOMNode $ node )
@@ -322,8 +318,6 @@ private function parseXmlAttributes(\DOMNode $node)
322318 /**
323319 * Parse the input DOMNode value (content and children) into an array or a string.
324320 *
325- * @param \DOMNode $node xml to parse
326- *
327321 * @return array|string
328322 */
329323 private function parseXmlValue (\DOMNode $ node )
@@ -523,7 +517,7 @@ private function resolveXmlRootName(array $context = array())
523517 /**
524518 * Create a DOM document, taking serializer options into account.
525519 *
526- * @param array $context options that the encoder has access to
520+ * @param array $context Options that the encoder has access to
527521 *
528522 * @return \DOMDocument
529523 */
0 commit comments