1
0
Fork 0

Merge pull request #3334 from NAYZO/master

minor fixes in DownloadManager.php
pull/3365/head
Jordi Boggiano 2014-10-17 19:01:20 +01:00
commit 3e1d0681d1
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ class DownloadManager
}
break;
} catch (\RuntimeException $e) {
if ($i == count($sources) - 1) {
if ($i === count($sources) - 1) {
throw $e;
}