diff --git a/src/Analyser.php b/src/Analyser.php index dcd2919..811d9a8 100644 --- a/src/Analyser.php +++ b/src/Analyser.php @@ -103,12 +103,9 @@ public function __construct( $this->stopwatch = $stopwatch; $this->config = $config; $this->composerJsonDependencies = $composerJsonDependencies; + $this->classLoaders = $classLoaders; $this->initExistingSymbols(); - - foreach ($classLoaders as $vendorDir => $classLoader) { - $this->classLoaders[$vendorDir] = $classLoader; - } } /**