Skip to content

Commit 983478b

Browse files
committed
fix: php
1 parent fe20aa2 commit 983478b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/php/api.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ use Algolia\AlgoliaSearch\Exceptions\NotFoundException;
660660
$this->waitForTask($indexName, $response['taskID']);
661661
$retry = 0;
662662
663-
while ($retry < $50) {
663+
while ($retry < 50) {
664664
try {
665665
$resp = $this->ingestionTransporter->getEvent($response->runID, $response->eventID);
666666

0 commit comments

Comments
 (0)