浏览代码

Fix phpdoc

mgiagnoni 12 年之前
父节点
当前提交
b2cdfd2152
共有 1 个文件被更改,包括 3 次插入3 次删除
  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)