aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggData.php
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2013-03-16 12:03:21 -0400
committercash <cash.costello@gmail.com>2013-03-16 12:03:21 -0400
commitea4ce20b3632a3c55ffedfad1ad53845db5a7e12 (patch)
tree765dfeb2bd559efb31785f522e95f1a1af158ade /engine/classes/ElggData.php
parenta2ecf54d56d9f877e6f0f8ac6d841cee6187aac4 (diff)
downloadelgg-ea4ce20b3632a3c55ffedfad1ad53845db5a7e12.tar.gz
elgg-ea4ce20b3632a3c55ffedfad1ad53845db5a7e12.tar.bz2
coding standards
Diffstat (limited to 'engine/classes/ElggData.php')
-rw-r--r--engine/classes/ElggData.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/classes/ElggData.php b/engine/classes/ElggData.php
index 426248ca3..4f843cde4 100644
--- a/engine/classes/ElggData.php
+++ b/engine/classes/ElggData.php
@@ -26,6 +26,7 @@ abstract class ElggData implements
*/
protected $attributes = array();
+ // @codingStandardsIgnoreStart
/**
* Initialise the attributes array.
*
@@ -44,6 +45,7 @@ abstract class ElggData implements
elgg_deprecated_notice('initialise_attributes() is deprecated by initializeAttributes()', 1.8);
}
}
+ // @codingStandardsIgnoreEnd
/**
* Initialize the attributes array.