Skip to content

Commit

Permalink
Remove unused use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenhauberg committed Mar 10, 2015
1 parent 32b97e3 commit 6bab6be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Modifier/StreamFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

use LogicException;
use OutOfBoundsException;
use SplFileInfo;

/**
* A Trait to ease PHP Stream Filters manipulation
Expand Down
1 change: 0 additions & 1 deletion src/Reader.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

use CallbackFilterIterator;
use InvalidArgumentException;
use Iterator;
use League\Csv\Modifier;
use LimitIterator;

Expand Down

0 comments on commit 6bab6be

Please sign in to comment.