1
0
Fork 0

Remove unused variable $version from RootPackageLoad::load

$version is not referenced anywhere past the removed declaration.
pull/1926/head
John Long 2013-05-23 23:13:13 -05:00
parent 59bda2bb9b
commit 159a041775
1 changed files with 0 additions and 2 deletions

View File

@ -61,8 +61,6 @@ class RootPackageLoader extends ArrayLoader
}
$config['version'] = $version;
} else {
$version = $config['version'];
}
$realPackage = $package = parent::load($config, $class);