From 4965fb599c29aa89f2b577ec6a51ce7e3ad66a0d Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 29 Nov 2012 10:11:23 +0100 Subject: [PATCH] s/return/continue/ --- src/Composer/Installer/InstallationManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Installer/InstallationManager.php b/src/Composer/Installer/InstallationManager.php index 5c239d0c6..3aa4be7c6 100644 --- a/src/Composer/Installer/InstallationManager.php +++ b/src/Composer/Installer/InstallationManager.php @@ -255,7 +255,7 @@ class InstallationManager @file_get_contents($url, false, $context); } - return; + continue; } $postData = array('downloads' => array());