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/lib/river.php | |
parent | 4f4f5a8be736c36ca8af0cd65731dd7c64da3b1a (diff) | |
download | elgg-b2bcd510b040b6d065a3a6ad5a4ea36e43db0446.tar.gz elgg-b2bcd510b040b6d065a3a6ad5a4ea36e43db0446.tar.bz2 |
coding standards fixes - comments
Diffstat (limited to 'engine/lib/river.php')
-rw-r--r-- | engine/lib/river.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/lib/river.php b/engine/lib/river.php index 63625878f..547d9495e 100644 --- a/engine/lib/river.php +++ b/engine/lib/river.php @@ -108,7 +108,7 @@ $posted = 0, $annotation_id = 0) { * * @warning not checking access (should we?) * - * @param array $options + * @param array $options Parameters: * ids => INT|ARR River item id(s) * subject_guids => INT|ARR Subject guid(s) * object_guids => INT|ARR Object guid(s) @@ -215,7 +215,7 @@ function elgg_delete_river(array $options = array()) { * * @note If using types and subtypes in a query, they are joined with an AND. * - * @param array $options + * @param array $options Parameters: * ids => INT|ARR River item id(s) * subject_guids => INT|ARR Subject guid(s) * object_guids => INT|ARR Object guid(s) @@ -548,7 +548,7 @@ function elgg_river_get_action_where_sql($types) { /** * Get the where clause based on river view strings * - * @param array $types Array of view strings + * @param array $views Array of view strings * * @return string * @since 1.8.0 |