aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggXMLElement.php
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2013-03-16 12:41:16 -0400
committercash <cash.costello@gmail.com>2013-03-16 12:41:16 -0400
commit00819122111a081c17f1ae4c53974b0deb50757c (patch)
tree7b031dcce924a8f006d4ed70abd12662862d4867 /engine/classes/ElggXMLElement.php
parentea4ce20b3632a3c55ffedfad1ad53845db5a7e12 (diff)
downloadelgg-00819122111a081c17f1ae4c53974b0deb50757c.tar.gz
elgg-00819122111a081c17f1ae4c53974b0deb50757c.tar.bz2
more coding standard fixes
Diffstat (limited to 'engine/classes/ElggXMLElement.php')
-rw-r--r--engine/classes/ElggXMLElement.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/engine/classes/ElggXMLElement.php b/engine/classes/ElggXMLElement.php
index d7e912035..6f2633e25 100644
--- a/engine/classes/ElggXMLElement.php
+++ b/engine/classes/ElggXMLElement.php
@@ -77,6 +77,8 @@ class ElggXMLElement {
}
/**
+ * Override ->
+ *
* @param string $name Property name
* @return mixed
*/
@@ -99,6 +101,8 @@ class ElggXMLElement {
}
/**
+ * Override isset
+ *
* @param string $name Property name
* @return boolean
*/