Skip to content

Commit 6bab6be

Browse files
author
mortenhauberg
committed
Remove unused use statements
1 parent 32b97e3 commit 6bab6be

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Modifier/StreamFilter.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
use LogicException;
1616
use OutOfBoundsException;
17-
use SplFileInfo;
1817

1918
/**
2019
* A Trait to ease PHP Stream Filters manipulation

src/Reader.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
use CallbackFilterIterator;
1616
use InvalidArgumentException;
17-
use Iterator;
1817
use League\Csv\Modifier;
1918
use LimitIterator;
2019

0 commit comments

Comments
 (0)