Skip to content

Commit e9850f8

Browse files
[3.4] Remove useless docblocks
1 parent 8ac7a7b commit e9850f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/DebugCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ private function getLoaderPaths()
178178

179179
$loaderPaths = array();
180180
foreach ($loader->getNamespaces() as $namespace) {
181-
$paths = array_map(function ($path) use ($namespace) {
181+
$paths = array_map(function ($path) {
182182
if (null !== $this->projectDir && 0 === strpos($path, $this->projectDir)) {
183183
$path = ltrim(substr($path, strlen($this->projectDir)), DIRECTORY_SEPARATOR);
184184
}

0 commit comments

Comments
 (0)