Removed unused import statements
This commit is contained in:
parent
ffcae1b8a0
commit
2d7e71be84
9 changed files with 0 additions and 13 deletions
|
@ -19,7 +19,6 @@
|
||||||
use ncc\Objects\Vault\Entry;
|
use ncc\Objects\Vault\Entry;
|
||||||
use ncc\ThirdParty\jelix\Version\VersionComparator;
|
use ncc\ThirdParty\jelix\Version\VersionComparator;
|
||||||
use ncc\Utilities\Functions;
|
use ncc\Utilities\Functions;
|
||||||
use ncc\Utilities\Validate;
|
|
||||||
|
|
||||||
class GithubService implements RepositorySourceInterface
|
class GithubService implements RepositorySourceInterface
|
||||||
{
|
{
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
use ncc\Exceptions\ComponentChecksumException;
|
use ncc\Exceptions\ComponentChecksumException;
|
||||||
use ncc\Exceptions\ComponentDecodeException;
|
use ncc\Exceptions\ComponentDecodeException;
|
||||||
use ncc\Exceptions\FileNotFoundException;
|
use ncc\Exceptions\FileNotFoundException;
|
||||||
use ncc\Exceptions\InstallationException;
|
|
||||||
use ncc\Exceptions\IOException;
|
use ncc\Exceptions\IOException;
|
||||||
use ncc\Exceptions\NoUnitsFoundException;
|
use ncc\Exceptions\NoUnitsFoundException;
|
||||||
use ncc\Exceptions\ResourceChecksumException;
|
use ncc\Exceptions\ResourceChecksumException;
|
||||||
|
@ -31,7 +30,6 @@
|
||||||
use ncc\ThirdParty\theseer\Autoload\Factory;
|
use ncc\ThirdParty\theseer\Autoload\Factory;
|
||||||
use ncc\Utilities\Base64;
|
use ncc\Utilities\Base64;
|
||||||
use ncc\Utilities\IO;
|
use ncc\Utilities\IO;
|
||||||
use ncc\ZiProto\ZiProto;
|
|
||||||
use ReflectionClass;
|
use ReflectionClass;
|
||||||
use ReflectionException;
|
use ReflectionException;
|
||||||
use RuntimeException;
|
use RuntimeException;
|
||||||
|
|
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
namespace ncc\Interfaces;
|
namespace ncc\Interfaces;
|
||||||
|
|
||||||
use ncc\Abstracts\AuthenticationType;
|
|
||||||
|
|
||||||
interface PasswordInterface
|
interface PasswordInterface
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -4,8 +4,6 @@
|
||||||
|
|
||||||
namespace ncc\Objects;
|
namespace ncc\Objects;
|
||||||
|
|
||||||
use ncc\Utilities\RuntimeCache;
|
|
||||||
|
|
||||||
class HttpResponseCache
|
class HttpResponseCache
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
|
|
||||||
use ncc\Abstracts\EncoderType;
|
use ncc\Abstracts\EncoderType;
|
||||||
use ncc\Abstracts\Versions;
|
use ncc\Abstracts\Versions;
|
||||||
use ncc\Utilities\Console;
|
|
||||||
|
|
||||||
class MagicBytes
|
class MagicBytes
|
||||||
{
|
{
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
namespace ncc\Objects\ProjectConfiguration;
|
namespace ncc\Objects\ProjectConfiguration;
|
||||||
|
|
||||||
use ncc\Abstracts\DependencySourceType;
|
|
||||||
use ncc\Exceptions\InvalidDependencyConfiguration;
|
use ncc\Exceptions\InvalidDependencyConfiguration;
|
||||||
use ncc\Utilities\Functions;
|
use ncc\Utilities\Functions;
|
||||||
use ncc\Utilities\Validate;
|
use ncc\Utilities\Validate;
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
namespace ncc\Objects\ProjectConfiguration;
|
namespace ncc\Objects\ProjectConfiguration;
|
||||||
|
|
||||||
use ncc\Objects\InstallationPaths;
|
|
||||||
use ncc\Objects\ProjectConfiguration\ExecutionPolicy\Execute;
|
use ncc\Objects\ProjectConfiguration\ExecutionPolicy\Execute;
|
||||||
use ncc\Objects\ProjectConfiguration\ExecutionPolicy\ExitHandlers;
|
use ncc\Objects\ProjectConfiguration\ExecutionPolicy\ExitHandlers;
|
||||||
use ncc\Utilities\Functions;
|
use ncc\Utilities\Functions;
|
||||||
|
|
|
@ -9,8 +9,6 @@
|
||||||
use ncc\Abstracts\LogLevel;
|
use ncc\Abstracts\LogLevel;
|
||||||
use ncc\CLI\Main;
|
use ncc\CLI\Main;
|
||||||
use ncc\ncc;
|
use ncc\ncc;
|
||||||
use ncc\Objects\CliHelpSection;
|
|
||||||
use ncc\ThirdParty\Symfony\Process\ExecutableFinder;
|
|
||||||
use Throwable;
|
use Throwable;
|
||||||
|
|
||||||
class Console
|
class Console
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
namespace ncc\Utilities;
|
namespace ncc\Utilities;
|
||||||
|
|
||||||
use ncc\Abstracts\Runners;
|
|
||||||
use ncc\Abstracts\Scopes;
|
use ncc\Abstracts\Scopes;
|
||||||
use ncc\Exceptions\InvalidPackageNameException;
|
use ncc\Exceptions\InvalidPackageNameException;
|
||||||
use ncc\Exceptions\InvalidScopeException;
|
use ncc\Exceptions\InvalidScopeException;
|
||||||
|
|
Loading…
Add table
Reference in a new issue