We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07b9f5f + 9fe3c21 commit becd622Copy full SHA for becd622
1 file changed
src/Plugin/Config.php
@@ -247,7 +247,6 @@ protected static function extractBaseDir(\Composer\Config $config)
247
{
248
$reflectionClass = new \ReflectionClass($config);
249
$reflectionProperty = $reflectionClass->getProperty('baseDir');
250
- $reflectionProperty->setAccessible(true);
251
return $reflectionProperty->getValue($config);
252
}
253
0 commit comments