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/ElggCache.php | |
parent | 4f4f5a8be736c36ca8af0cd65731dd7c64da3b1a (diff) | |
download | elgg-b2bcd510b040b6d065a3a6ad5a4ea36e43db0446.tar.gz elgg-b2bcd510b040b6d065a3a6ad5a4ea36e43db0446.tar.bz2 |
coding standards fixes - comments
Diffstat (limited to 'engine/classes/ElggCache.php')
-rw-r--r-- | engine/classes/ElggCache.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/classes/ElggCache.php b/engine/classes/ElggCache.php index dd53525b8..4317f4be9 100644 --- a/engine/classes/ElggCache.php +++ b/engine/classes/ElggCache.php @@ -191,8 +191,8 @@ abstract class ElggCache implements ArrayAccess { * * @see ArrayAccess::offsetSet() * - * @param mixed $key The key (offset) to assign the value to. - * @param mixed $value The value to set. + * @param mixed $key The key (offset) to assign the value to. + * @param mixed $value The value to set. * * @return void */ @@ -205,7 +205,7 @@ abstract class ElggCache implements ArrayAccess { * * @see ArrayAccess::offsetGet() * - * @param mixed $offset The key (offset) to retrieve. + * @param mixed $key The key (offset) to retrieve. * * @return mixed */ |