Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit 3f2e10b

Browse files
committed
cs fixes
1 parent be784ed commit 3f2e10b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/Common/Installer/AbstractInstallationManager.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
use Composer\Repository\CompositeRepository;
1818
use Composer\Repository\PlatformRepository;
1919
use Composer\Repository\RepositoryFactory;
20+
use Narrowspark\Discovery\Common\Contract\Exception\InvalidArgumentException;
2021
use Narrowspark\Discovery\Common\Contract\Package as PackageContract;
2122
use Narrowspark\Discovery\Common\Traits\GetGenericPropertyReaderTrait;
22-
use Narrowspark\Discovery\Common\Contract\Exception\InvalidArgumentException;
2323
use Symfony\Component\Console\Input\InputInterface;
2424

2525
abstract class AbstractInstallationManager

src/Discovery/Installer/ConfiguratorInstaller.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
use Composer\Package\PackageInterface;
99
use Composer\Repository\InstalledRepositoryInterface;
1010
use Narrowspark\Discovery\ClassFinder;
11-
use Narrowspark\Discovery\Lock;
1211
use Narrowspark\Discovery\Common\Contract\Exception\UnexpectedValueException;
12+
use Narrowspark\Discovery\Lock;
1313

1414
class ConfiguratorInstaller extends LibraryInstaller
1515
{

src/Discovery/Installer/QuestionInstallationManager.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
use Composer\Composer;
66
use Composer\IO\IOInterface;
7+
use Narrowspark\Discovery\Common\Contract\Exception\RuntimeException;
78
use Narrowspark\Discovery\Common\Contract\Package as PackageContract;
89
use Narrowspark\Discovery\Common\Installer\AbstractInstallationManager;
9-
use Narrowspark\Discovery\Common\Contract\Exception\RuntimeException;
1010
use Narrowspark\Discovery\OperationsResolver;
1111
use Symfony\Component\Console\Input\InputInterface;
1212

src/Discovery/PackageConfigurator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
use Composer\Composer;
66
use Composer\IO\IOInterface;
77
use Narrowspark\Discovery\Common\Contract\Configurator as ConfiguratorContract;
8-
use Narrowspark\Discovery\Common\Contract\Package as PackageContract;
98
use Narrowspark\Discovery\Common\Contract\Exception\InvalidArgumentException;
9+
use Narrowspark\Discovery\Common\Contract\Package as PackageContract;
1010

1111
final class PackageConfigurator
1212
{

src/Discovery/ScriptExecutor.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
use Composer\IO\IOInterface;
88
use Composer\Semver\Constraint\EmptyConstraint;
99
use Composer\Util\ProcessExecutor;
10-
use Narrowspark\Discovery\Common\Traits\ExpandTargetDirTrait;
1110
use Narrowspark\Discovery\Common\Contract\Exception\InvalidArgumentException;
1211
use Narrowspark\Discovery\Common\Contract\Exception\RuntimeException;
12+
use Narrowspark\Discovery\Common\Traits\ExpandTargetDirTrait;
1313
use Symfony\Component\Console\Output\OutputInterface;
1414
use Symfony\Component\Console\Output\StreamOutput;
1515
use Symfony\Component\Process\PhpExecutableFinder;

0 commit comments

Comments
 (0)