remove unused variable in ValidatingArrayLoader (#11063)
parent
8913d7cac6
commit
de067ff0e8
|
@ -246,7 +246,6 @@ class ValidatingArrayLoader implements LoaderInterface
|
|||
}
|
||||
|
||||
$unboundConstraint = new Constraint('=', '10000000-dev');
|
||||
$stableConstraint = new Constraint('=', '1.0.0');
|
||||
|
||||
foreach (array_keys(BasePackage::$supportedLinkTypes) as $linkType) {
|
||||
if ($this->validateArray($linkType) && isset($this->config[$linkType])) {
|
||||
|
|
Loading…
Reference in New Issue