mirror of
https://github.com/composer/composer
synced 2025-05-11 01:22:54 +00:00
CS fixes
This commit is contained in:
parent
d0aa51fc52
commit
1dd8bffce5
5 changed files with 32 additions and 2 deletions
|
@ -1,5 +1,15 @@
|
|||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of Composer.
|
||||
*
|
||||
* (c) Nils Adermann <naderman@naderman.de>
|
||||
* Jordi Boggiano <j.boggiano@seld.be>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace Composer\Test\Command;
|
||||
|
||||
use Composer\Command\InitCommand;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue