Upgrade phan config to 0.7.1
[lhc/web/wiklou.git] / maintenance / importImages.php
index e4d1f09..7f8e16a 100644 (file)
@@ -358,7 +358,7 @@ class ImportImages extends Maintenance {
                                                # Protect the file
                                                $this->output( "\nWaiting for replica DBs...\n" );
                                                // Wait for replica DBs.
-                                               sleep( 2.0 ); # Why this sleep?
+                                               sleep( 2 ); # Why this sleep?
                                                wfWaitForSlaves();
 
                                                $this->output( "\nSetting image restrictions ... " );