summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorIgorA100 <igora100@gmail.com>2024-01-21 16:18:24 +0300
committerBenjamin Brahmer <info@b-brahmer.de>2024-01-25 11:23:55 +0100
commit4f5cf492aeca916229f282c50e9adf9dc5644639 (patch)
tree7eed41f68f5e791b0acefed234e1bae07724d653 /lib
parent2f6118e818663fe3ecd7a2b0f5a5666e6f51e316 (diff)
Styling
Signed-off-by: IgorA100 <igora100@gmail.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Db/FeedMapperV2.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/Db/FeedMapperV2.php b/lib/Db/FeedMapperV2.php
index 428e4fe46..7015dc53b 100644
--- a/lib/Db/FeedMapperV2.php
+++ b/lib/Db/FeedMapperV2.php
@@ -186,11 +186,10 @@ class FeedMapperV2 extends NewsMapperV2
},
$this->db->executeQuery($idBuilder->getSQL(), $idBuilder->getParameters())->fetchAll()
);
-
- $chunked_idList = array_chunk($idList,65500);
+
+ $chunked_idList = array_chunk($idList, 65500);
$res = 0;
- foreach ($chunked_idList as $idList_chunk)
- {
+ foreach ($chunked_idList as $idList_chunk) {
$time = new Time();
$builder = $this->db->getQueryBuilder();
$builder->update(ItemMapperV2::TABLE_NAME)