Skip to content

Commit

Permalink
remove unused use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Sep 24, 2016
1 parent 6b7fbc3 commit 5dc4c9b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/Analysis/Debugger.php
@@ -1,8 +1,6 @@
<?php
namespace Kahlan\Analysis;

use Exception;

/**
* The `Debugger` class provides basic facilities for generating and rendering meta-data about the
* state of an application in its current context.
Expand Down
1 change: 0 additions & 1 deletion src/Code/Code.php
@@ -1,7 +1,6 @@
<?php
namespace Kahlan\Code;

use Exception;
use InvalidArgumentException;

class Code
Expand Down
1 change: 0 additions & 1 deletion src/Filter/Behavior/Filterable.php
@@ -1,7 +1,6 @@
<?php
namespace Kahlan\Filter\Behavior;

use Exception;
use Kahlan\Filter\MethodFilters;

trait Filterable
Expand Down
1 change: 0 additions & 1 deletion src/Jit/Interceptor.php
@@ -1,7 +1,6 @@
<?php
namespace Kahlan\Jit;

use Exception;
use FilesystemIterator;
use RecursiveIteratorIterator;
use RecursiveDirectoryIterator;
Expand Down
1 change: 0 additions & 1 deletion src/Reporter/Coverage/Driver/Phpdbg.php
@@ -1,7 +1,6 @@
<?php
namespace Kahlan\Reporter\Coverage\Driver;

use Exception;
use RuntimeException;

class Phpdbg
Expand Down

0 comments on commit 5dc4c9b

Please sign in to comment.