Skip to content

Commit 4bcc7b3

Browse files
committed
Fix typo.
1 parent 137056e commit 4bcc7b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/framework-app-search/Document/SyncManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ private function waitForSync(string $engineName, int $expectedCount)
206206
usleep(200);
207207
}
208208
$resp = $this->client->search($engineName, '', $searchParams);
209-
$attempts --;
209+
$attempts--;
210210
} while ($attempts > 0 && $resp['meta']['page']['total_results'] < $expectedCount);
211211
}
212212
}

0 commit comments

Comments
 (0)