mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Updated/Standardized header comments
This commit is contained in:
parent
dd81449998
commit
8379985166
2 changed files with 18 additions and 8 deletions
|
@ -1,19 +1,27 @@
|
|||
<?php
|
||||
/**
|
||||
* Created by JetBrains PhpStorm.
|
||||
* User: matt.whittom
|
||||
* Date: 8/9/13
|
||||
* Time: 12:32 PM
|
||||
* To change this template use File | Settings | File Templates.
|
||||
/*
|
||||
* This file is part of Composer.
|
||||
*
|
||||
* (c) Nils Adermann <naderman@naderman.de>
|
||||
* Jordi Boggiano <j.boggiano@seld.be>
|
||||
*
|
||||
* Contributor: Matt Whittom <Matt.Whittom@veteransunited.com>
|
||||
* Date: 7/17/13
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
|
||||
namespace Composer\Test\Downloader;
|
||||
|
||||
use Composer\Downloader\PerforceDownloader;
|
||||
use Composer\Config;
|
||||
use Composer\Repository\VcsRepository;
|
||||
|
||||
|
||||
/**
|
||||
* @author Matt Whittom <Matt.Whittom@veteransunited.com>
|
||||
*/
|
||||
class PerforceDownloaderTest extends \PHPUnit_Framework_TestCase {
|
||||
|
||||
private $io;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue