Skip to content
Snippets Groups Projects
Unverified Commit d504f6e2 authored by Daniel Siepmann's avatar Daniel Siepmann
Browse files

TASK: Cleanup code format

* Remove duplicate empty line.
* Sort namespace imports alphabetical.
parent 4b195f1a
Branches
Tags
No related merge requests found
......@@ -3,9 +3,9 @@
namespace Higidi\ComposerPhpCSStandardsPlugin;
use Composer\Composer;
use Composer\IO\IOInterface;
use Composer\Installer\BinaryInstaller;
use Composer\Installer\LibraryInstaller;
use Composer\IO\IOInterface;
use Composer\Package\PackageInterface;
use Composer\Repository\InstalledRepositoryInterface;
use Composer\Util\Filesystem;
......@@ -79,7 +79,6 @@ class Installer extends LibraryInstaller
$this->installStandards($repo, $target, $initial ? false : true);
}
/**
* {@inheritDoc}
*/
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment