Skip to content

Commit

Permalink
Merge pull request #56 from adam-paterson/cleanup
Browse files Browse the repository at this point in the history
Remove unused declarations
  • Loading branch information
veewee committed Nov 14, 2015
2 parents 56c4153 + 4842ad8 commit 0da8f97
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion grumphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ parameters:
standard: PSR2
ignore_patterns:
- "*Spec.php"
phpspec: ~
phpspec: ~
1 change: 0 additions & 1 deletion src/GrumPHP/Console/Command/ConfigureCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use Exception;
use Gitonomy\Git\Repository;
use GrumPHP\Configuration\GrumPHP;
use GrumPHP\Console\Application;
use GrumPHP\Console\Helper\PathsHelper;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Helper\QuestionHelper;
Expand Down
1 change: 0 additions & 1 deletion src/GrumPHP/Runner/TaskRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace GrumPHP\Runner;

use GrumPHP\Collection\FilesCollection;
use GrumPHP\Collection\TasksCollection;
use GrumPHP\Event\RunnerEvent;
use GrumPHP\Event\RunnerEvents;
Expand Down
1 change: 0 additions & 1 deletion src/GrumPHP/Task/AbstractExternalTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace GrumPHP\Task;

use Composer\Config;
use GrumPHP\Configuration\GrumPHP;
use GrumPHP\Locator\LocatorInterface;
use Symfony\Component\Process\ProcessBuilder;
Expand Down
1 change: 0 additions & 1 deletion src/GrumPHP/Task/Behat.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace GrumPHP\Task;

use GrumPHP\Collection\FilesCollection;
use GrumPHP\Exception\RuntimeException;
use GrumPHP\Task\Context\ContextInterface;
use GrumPHP\Task\Context\GitPreCommitContext;
Expand Down
1 change: 0 additions & 1 deletion src/GrumPHP/Task/Blacklist.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace GrumPHP\Task;

use GrumPHP\Collection\FilesCollection;
use GrumPHP\Exception\RuntimeException;
use GrumPHP\Task\Context\ContextInterface;
use GrumPHP\Task\Context\GitPreCommitContext;
Expand Down
1 change: 0 additions & 1 deletion src/GrumPHP/Task/Phpcs.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace GrumPHP\Task;

use GrumPHP\Collection\FilesCollection;
use GrumPHP\Exception\RuntimeException;
use GrumPHP\Task\Context\ContextInterface;
use GrumPHP\Task\Context\GitPreCommitContext;
Expand Down
1 change: 0 additions & 1 deletion src/GrumPHP/Task/Phpcsfixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace GrumPHP\Task;

use GrumPHP\Collection\FilesCollection;
use GrumPHP\Exception\RuntimeException;
use GrumPHP\Task\Context\ContextInterface;
use GrumPHP\Task\Context\GitPreCommitContext;
Expand Down
1 change: 0 additions & 1 deletion src/GrumPHP/Task/Phpspec.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace GrumPHP\Task;

use GrumPHP\Collection\FilesCollection;
use GrumPHP\Exception\RuntimeException;
use GrumPHP\Task\Context\ContextInterface;
use GrumPHP\Task\Context\GitPreCommitContext;
Expand Down
1 change: 0 additions & 1 deletion src/GrumPHP/Task/Phpunit.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace GrumPHP\Task;

use GrumPHP\Collection\FilesCollection;
use GrumPHP\Exception\RuntimeException;
use GrumPHP\Task\Context\ContextInterface;
use GrumPHP\Task\Context\GitPreCommitContext;
Expand Down

0 comments on commit 0da8f97

Please sign in to comment.