1
0
Fork 0

revert formatting

pull/8529/head
Жаков Виталий 2020-01-15 18:27:12 +05:00
parent a4dc076dc8
commit f02989ceba
1 changed files with 2 additions and 2 deletions

View File

@ -393,8 +393,8 @@ EOF;
/**
* Compiles an ordered list of namespace => path mappings
*
* @param array $packageMap array of array(package, installDir-relative-to-composer.json)
* @param PackageInterface $mainPackage root package instance
* @param array $packageMap array of array(package, installDir-relative-to-composer.json)
* @param PackageInterface $mainPackage root package instance
* @param bool $filterOutRequireDevPackages whether to filter out require-dev packages
* @return array array('psr-0' => array('Ns\\Foo' => array('installDir')))
*/