aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggBatch.php
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2013-02-09 12:10:19 -0500
committercash <cash.costello@gmail.com>2013-02-09 12:10:19 -0500
commita9a7c39540e196a4673775b6ec277a54b8436552 (patch)
treee02f4503d0616d1b3480dbe2a1d962ad0d004a46 /engine/classes/ElggBatch.php
parent3a08f0d42e2b5167266eac2a8daf9a3c22b404b0 (diff)
downloadelgg-a9a7c39540e196a4673775b6ec277a54b8436552.tar.gz
elgg-a9a7c39540e196a4673775b6ec277a54b8436552.tar.bz2
cleaned up some coding standard issues
Diffstat (limited to 'engine/classes/ElggBatch.php')
-rw-r--r--engine/classes/ElggBatch.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/engine/classes/ElggBatch.php b/engine/classes/ElggBatch.php
index c1a77a0d9..5d59425d0 100644
--- a/engine/classes/ElggBatch.php
+++ b/engine/classes/ElggBatch.php
@@ -296,7 +296,8 @@ class ElggBatch
* Increment the offset from the original options array? Setting to
* false is required for callbacks that delete rows.
*
- * @param bool $increment
+ * @param bool $increment Set to false when deleting data
+ * @return void
*/
public function setIncrementOffset($increment = true) {
$this->incrementOffset = (bool) $increment;