Skip to content

Commit becd622

Browse files
authored
Merge pull request #156 from eliashaeussler/patch-1
2 parents 07b9f5f + 9fe3c21 commit becd622

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Plugin/Config.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ protected static function extractBaseDir(\Composer\Config $config)
247247
{
248248
$reflectionClass = new \ReflectionClass($config);
249249
$reflectionProperty = $reflectionClass->getProperty('baseDir');
250-
$reflectionProperty->setAccessible(true);
251250
return $reflectionProperty->getValue($config);
252251
}
253252
}

0 commit comments

Comments
 (0)