X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Futils%2FBatchRowIterator.php;h=9fc243120a644a42b05f5c422166caa5ae29f660;hb=2108c55ec531fbf44d0736b2ce5c532d677669da;hp=c7bd395b5d8187048f96b2a18edb31fb0599adfc;hpb=b09579143853bc8d14bb3fd828df50a7df98cf5a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/utils/BatchRowIterator.php b/includes/utils/BatchRowIterator.php index c7bd395b5d..9fc243120a 100644 --- a/includes/utils/BatchRowIterator.php +++ b/includes/utils/BatchRowIterator.php @@ -217,7 +217,7 @@ class BatchRowIterator implements RecursiveIterator { * `=` conditions while the final key uses a `>` condition * * Example output: - * array( '( foo = 42 AND bar > 7 ) OR ( foo > 42 )' ) + * [ '( foo = 42 AND bar > 7 ) OR ( foo > 42 )' ] * * @return array The SQL conditions necessary to select the next set * of rows in the batched query