1
0
Fork 0

Remove comment

pull/6677/head
Jordi Boggiano 2017-09-12 09:24:28 +02:00 committed by GitHub
parent c8615358cb
commit c0eb32669a
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ class RuleSetGenerator
switch ($job['cmd']) {
case 'install':
if (!$job['fixed'] && $ignorePlatformReqs && preg_match(PlatformRepository::PLATFORM_PACKAGE_REGEX, $job['packageName'])) {
break; // or `continue 2` ?
break;
}
$packages = $this->pool->whatProvides($job['packageName'], $job['constraint']);