X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Futils%2FBatchRowUpdate.php;h=f42b5a072a0c485518542b32e7897f10eafadf76;hb=e7720b8f8e09287384ddee271641d1b1721318bb;hp=39b65c3fb3da9190f817c14b6acee64d046d5f0e;hpb=a5be382adfdad4678eec18413c6a118cb3284daf;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/utils/BatchRowUpdate.php b/includes/utils/BatchRowUpdate.php index 39b65c3fb3..f42b5a072a 100644 --- a/includes/utils/BatchRowUpdate.php +++ b/includes/utils/BatchRowUpdate.php @@ -64,9 +64,9 @@ class BatchRowUpdate { protected $output; /** - * @param BatchRowIterator $reader Iterator that returns an + * @param BatchRowIterator $reader Iterator that returns an * array of database rows - * @param BatchRowWriter $writer Writer capable of pushing + * @param BatchRowWriter $writer Writer capable of pushing * row updates to the database * @param RowUpdateGenerator $generator Generates single row updates * based on the rows content @@ -77,7 +77,7 @@ class BatchRowUpdate { $this->reader = $reader; $this->writer = $writer; $this->generator = $generator; - $this->output = function() { + $this->output = function () { }; // nop }