Skip to content

Commit

Permalink
Removed unused imports (#1510)
Browse files Browse the repository at this point in the history
  • Loading branch information
siad007 authored Jan 24, 2021
1 parent c950e97 commit f81209f
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 43 deletions.
5 changes: 0 additions & 5 deletions src/Phing/ComponentHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,9 @@
use Phing\Exception\BuildException;
use Phing\Io\IOException;
use Phing\Io\File;
use Phing\Phing;
use Phing\Project;
use Phing\ProjectComponent;
use Phing\Util\Properties;
use Phing\Util\StringHelper;
use ReflectionClass;
use Phing\Task;
use Phing\TaskAdapter;

/**
* Component creation and configuration
Expand Down
3 changes: 0 additions & 3 deletions src/Phing/ExtensionPoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
namespace Phing;

use Phing\Exception\BuildException;
use Phing\RuntimeConfigurable;
use Phing\Target;
use Phing\Task;

/**
* An extension point build files can provide as a place where other
Expand Down
5 changes: 0 additions & 5 deletions src/Phing/IntrospectionHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,10 @@
use Phing\Exception\BuildException;
use Phing\Parser\CustomChildCreator;
use Phing\Parser\DynamicAttribute;
use Phing\Phing;
use Phing\Project;
use Phing\ProjectComponent;
use Phing\TaskContainer;
use Phing\Util\Register;
use Phing\Util\StringHelper;
use Phing\Type\Reference;
use ReflectionClass;
use Phing\Task;

/**
* Helper class that collects the methods that a task or nested element
Expand Down
2 changes: 0 additions & 2 deletions src/Phing/Phing.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
use Phing\Io\OutputStream;
use Phing\Io\File;
use Phing\Io\PrintStream;
use Phing\Project;
use Phing\Parser\ProjectConfigurator;
use Phing\Util\Properties;
use SebastianBergmann\Version;
Expand All @@ -45,7 +44,6 @@
use Phing\Listener\StreamRequiredBuildLogger;
use Phing\Util\StringHelper;
use Symfony\Component\Console\Output\ConsoleOutput;
use Phing\Target;
use Throwable;
use Phing\Util\Timer;

Expand Down
6 changes: 0 additions & 6 deletions src/Phing/Project.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

namespace Phing;

use Phing\ComponentHelper;
use Phing\Tasks\System\Condition\Condition;
use Phing\Type\Description;
use Exception;
Expand All @@ -32,14 +31,9 @@
use Phing\Listener\BuildEvent;
use Phing\Listener\BuildListener;
use Phing\Parser\ProjectConfigurator;
use Phing\Phing;
use Phing\Target;
use Phing\UnknownElement;
use Phing\PropertyHelper;
use Phing\Type\PropertyValue;
use ReflectionException;
use ReflectionObject;
use Phing\Task;

/**
* The Phing project class. Represents a completely configured Phing project.
Expand Down
1 change: 0 additions & 1 deletion src/Phing/ProjectComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
namespace Phing;

use Phing\Parser\Location;
use Phing\Project;

/**
* Abstract class providing properties and methods common to all
Expand Down
1 change: 0 additions & 1 deletion src/Phing/PropertyHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
namespace Phing;

use Phing\Exception\BuildException;
use Phing\Project;
use Phing\Util\StringHelper;
use Phing\Type\PropertyValue;

Expand Down
2 changes: 0 additions & 2 deletions src/Phing/RuntimeConfigurable.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
use Exception;
use Phing\Exception\BuildException;
use Phing\Parser\ProjectConfigurator;
use Phing\Project;
use Phing\Task;

/**
* Wrapper class that holds the attributes of a Task (or elements
Expand Down
4 changes: 0 additions & 4 deletions src/Phing/Target.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@

use Phing\Exception\BuildException;
use Phing\Parser\Location;
use Phing\TaskContainer;
use Phing\Project;
use Phing\RuntimeConfigurable;
use Phing\Task;

/**
* The Target component. Carries all required target data. Implements the
Expand Down
5 changes: 0 additions & 5 deletions src/Phing/Task.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@
use Phing\Exception\BuildException;
use Phing\Listener\BuildEvent;
use Phing\Listener\BuildListener;
use Phing\Project;
use Phing\ProjectComponent;
use Phing\RuntimeConfigurable;
use Phing\Target;
use Phing\UnknownElement;
use Phing\Util\Register;

/**
Expand Down
1 change: 0 additions & 1 deletion src/Phing/TaskAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
use Exception;
use Phing\Dispatch\DispatchUtils;
use Phing\Exception\BuildException;
use Phing\Task;

/**
* Use introspection to "adapt" an arbitrary ( not extending Task, but with
Expand Down
1 change: 0 additions & 1 deletion src/Phing/TaskContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

namespace Phing;
use Phing\Task;

/**
* Abstract interface for objects which can contain tasks (targets)
Expand Down
1 change: 0 additions & 1 deletion src/Phing/TypeAdapter.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

namespace Phing;
use Phing\Project;

/**
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
Expand Down
6 changes: 0 additions & 6 deletions src/Phing/UnknownElement.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,7 @@

namespace Phing;

use Phing\IntrospectionHelper;
use Phing\Exception\BuildException;
use Phing\RuntimeConfigurable;
use Phing\TaskContainer;
use Phing\TypeAdapter;
use Phing\ProjectComponent;
use Phing\Task;

/**
* Wrapper class that holds all information necessary to create a task
Expand Down

0 comments on commit f81209f

Please sign in to comment.