Skip to content

Commit 1611224

Browse files
author
Holger Lösken
committed
Fix cs
1 parent f5aa67a commit 1611224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase/SearchTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function testSearchImportAggregator(): void
5353
{
5454
$testDataTitles = [];
5555

56-
for ($i = 0; $i < 5; $i++) {
56+
for ($i = 0; $i < 5; ++$i) {
5757
$testDataTitles[] = $this->createPost()->getTitle();
5858
}
5959

0 commit comments

Comments
 (0)