X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2Futils%2FBatchRowIterator.php;h=43bccba57186d032c0a5c8dca040b9b4780c366b;hb=c584722cc2e3d33edae58d46c2149063b3fc6d72;hp=ef2c14a9b793342a8d6dc2e1e3ec56030404915d;hpb=4a585f9ce96947f0c17d99e6f5bc93bad8e12c14;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/utils/BatchRowIterator.php b/includes/utils/BatchRowIterator.php index ef2c14a9b7..43bccba571 100644 --- a/includes/utils/BatchRowIterator.php +++ b/includes/utils/BatchRowIterator.php @@ -230,7 +230,7 @@ class BatchRowIterator implements RecursiveIterator { * `=` conditions while the final key uses a `>` condition * * Example output: - * [ '( 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