Browse Source

s/return/continue/

Jordi Boggiano 12 năm trước cách đây
mục cha
commit
4965fb599c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Composer/Installer/InstallationManager.php

+ 1 - 1
src/Composer/Installer/InstallationManager.php

@@ -255,7 +255,7 @@ class InstallationManager
                     @file_get_contents($url, false, $context);
                 }
 
-                return;
+                continue;
             }
 
             $postData = array('downloads' => array());