mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
CS fixes
This commit is contained in:
parent
7211eedc36
commit
122e422682
98 changed files with 503 additions and 413 deletions
|
@ -56,7 +56,8 @@ class StreamContextFactoryTest extends \PHPUnit_Framework_TestCase
|
|||
),
|
||||
array(
|
||||
$a = array('http' => array('method' => 'GET', 'max_redirects' => 20, 'follow_location' => 1, 'header' => array('User-Agent: foo'))), array('http' => array('method' => 'GET', 'header' => 'User-Agent: foo')),
|
||||
array('options' => $a, 'notification' => $f = function () {}), array('notification' => $f),
|
||||
array('options' => $a, 'notification' => $f = function () {
|
||||
}), array('notification' => $f),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue