Call method with the same name it's defined with
[lhc/web/wiklou.git] / includes / api / ApiQuerySearch.php
index 8f094fa..4fedebc 100644 (file)
@@ -128,7 +128,8 @@ class ApiQuerySearch extends ApiQueryGeneratorBase {
 
                while ( $result ) {
                        if ( ++$count > $limit ) {
-                               // We've reached the one extra which shows that there are additional items to be had. Stop here...
+                               // We've reached the one extra which shows that there are
+                               // additional items to be had. Stop here...
                                $this->setContinueEnumParameter( 'offset', $params['offset'] + $params['limit'] );
                                break;
                        }