mgiagnoni il y a 12 ans
Parent
commit
b2cdfd2152
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      lib/Gedmo/Mapping/Driver/Xml.php

+ 3 - 3
lib/Gedmo/Mapping/Driver/Xml.php

@@ -35,7 +35,7 @@ abstract class Xml extends File
      * As we are supporting namespaces the only way to get to the attributes under a node is to use attributes function on it
      *
      * @param SimpleXMLElement $node
-     * @param  $attributeName
+     * @param string $attributeName
      * @return string
      */
     protected function _getAttribute(SimpleXmlElement $node, $attributeName)
@@ -50,7 +50,7 @@ abstract class Xml extends File
      * As we are supporting namespaces the only way to get to the attributes under a node is to use attributes function on it
      *
      * @param SimpleXMLElement $node
-     * @param  $attributeName
+     * @param string $attributeName
      * @return boolean
      */
     protected function _getBooleanAttribute(SimpleXmlElement $node, $attributeName)
@@ -63,7 +63,7 @@ abstract class Xml extends File
      * As we are supporting namespaces the only way to get to the attributes under a node is to use attributes function on it
      *
      * @param SimpleXMLElement $node
-     * @param  $attributeName
+     * @param string $attributeName
      * @return string
      */
     protected function _isAttributeSet(SimpleXmlElement $node, $attributeName)