mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Fixed PSR rules
This commit is contained in:
parent
330f56c0ec
commit
f4e9dd4fb8
22 changed files with 23 additions and 28 deletions
|
@ -33,6 +33,7 @@ class FactoryTest extends \PHPUnit_Framework_TestCase
|
|||
{
|
||||
$f = function() {
|
||||
$repositories = func_get_args();
|
||||
|
||||
return array('repositories' => $repositories);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue