overall code quality audit.

This commit is contained in:
Taylor Otwell
2012-01-25 15:31:04 -06:00
parent 45969e3593
commit af170af12d
11 changed files with 11 additions and 92 deletions

View File

@@ -73,10 +73,6 @@ class Bundler extends Task {
$repository = IoC::resolve('bundle.repository');
// This method is primarily responsible for gathering the data
// for all bundles that need to be installed. This allows us
// to verify the existence of the bundle before even getting
// started on the actual installation process.
foreach ($bundles as $bundle)
{
// First we'll call the bundle repository to gather the bundle data