diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-01-08 17:48:29 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-01-08 17:48:29 -0500 |
commit | b2bcd510b040b6d065a3a6ad5a4ea36e43db0446 (patch) | |
tree | 6a6eaae7e7d29d0b61f8ae43572f8b87b52161b2 /engine/classes/ElggSite.php | |
parent | 4f4f5a8be736c36ca8af0cd65731dd7c64da3b1a (diff) | |
download | elgg-b2bcd510b040b6d065a3a6ad5a4ea36e43db0446.tar.gz elgg-b2bcd510b040b6d065a3a6ad5a4ea36e43db0446.tar.bz2 |
coding standards fixes - comments
Diffstat (limited to 'engine/classes/ElggSite.php')
-rw-r--r-- | engine/classes/ElggSite.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/classes/ElggSite.php b/engine/classes/ElggSite.php index 7ea52a195..b13683a56 100644 --- a/engine/classes/ElggSite.php +++ b/engine/classes/ElggSite.php @@ -196,7 +196,7 @@ class ElggSite extends ElggEntity { * * @note You cannot disable the current site. * - * @param string $reason Optional reason for disabling + * @param string $reason Optional reason for disabling * @param bool $recursive Recursively disable all contained entities? * * @return bool @@ -219,7 +219,7 @@ class ElggSite extends ElggEntity { * accepted by elgg_get_entities(). Common parameters * include 'limit', and 'offset'. * Note: this was $limit before version 1.8 - * @param int $offset Offset @deprecated parameter + * @param int $offset Offset @deprecated parameter * * @todo remove $offset in 2.0 * |