1
0
Fork 0
mirror of synced 2024-09-28 07:21:35 +12:00

Remove unneeded continue statements

This commit is contained in:
kodumbeats 2021-07-21 15:14:18 -04:00
parent 1b051d32fe
commit 4242ba75f5
2 changed files with 0 additions and 2 deletions

View file

@ -71,7 +71,6 @@ $http->on('start', function (Server $http) use ($payloadSize, $register) {
throw new \Exception('Failed to connect to database: '. $e->getMessage());
}
sleep($sleep);
continue;
}
} while ($attempts < $max);

View file

@ -407,7 +407,6 @@ class DeletesV1 extends Worker
throw new \Exception('Failed to connect to database: '. $e->getMessage());
}
sleep($sleep);
continue;
}
} while ($attempts < $max);