aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/opendd.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/lib/opendd.php
parentea4ce20b3632a3c55ffedfad1ad53845db5a7e12 (diff)
downloadelgg-00819122111a081c17f1ae4c53974b0deb50757c.tar.gz
elgg-00819122111a081c17f1ae4c53974b0deb50757c.tar.bz2
more coding standard fixes
Diffstat (limited to 'engine/lib/opendd.php')
-rw-r--r--engine/lib/opendd.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/engine/lib/opendd.php b/engine/lib/opendd.php
index f00ea6aab..7d635a295 100644
--- a/engine/lib/opendd.php
+++ b/engine/lib/opendd.php
@@ -7,6 +7,8 @@
* @version 0.4
*/
+// @codingStandardsIgnoreStart
+
/**
* Attempt to construct an ODD object out of a XmlElement or sub-elements.
*
@@ -103,3 +105,5 @@ function ODD_Import($xml) {
function ODD_Export(ODDDocument $document) {
return "$document";
}
+
+// @codingStandardsIgnoreEnd