PluginProbe
WP-Stateless – Google Cloud Storage / trunk
WP-Stateless – Google Cloud Storage vtrunk
4.4.3 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.3.0 2.3.1 2.3.2 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.1.0 3.1.1 3.2.0 3.2.1 3.2.2 All 62 releases
← All changes | lib/Google/src/Task/Runner.php +1 -1 3.2.2trunk View file →
@@ -235,9 +235,9 @@
235 235 private function backOff()
236 236 {
237 237 $delay = $this->getDelay();
238 238
239 - usleep($delay * 1000000);
239 + usleep((int) ($delay * 1000000));
240 240 }
241 241
242 242 /**
243 243 * Gets the delay (in seconds) for the current backoff period.