1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Fixed spacing issues for PSR-2

This commit is contained in:
mwhittom 2013-09-06 12:14:22 -05:00
parent d77bd49301
commit 07d46aa3c3
4 changed files with 100 additions and 102 deletions

View file

@ -27,7 +27,7 @@ class PerforceDownloaderTest extends \PHPUnit_Framework_TestCase
private $testPath;
public static $repository;
function setUp()
private function setUp()
{
$this->testPath = sys_get_temp_dir() . '/composer-test';
$this->config = new Config();