Completed
Push — master ( ec87e5...4069b9 )
by Siro Díaz
02:09
created
DataStructures/Lists/CircularLinkedList.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use DataStructures\Lists\Nodes\SimpleLinkedListNode as Node;
12 12
 use DataStructures\Lists\Interfaces\ListInterface;
13 13
 use OutOfBoundsException;
14
-use Iterator;
15 14
 
16 15
 /**
17 16
  * CircularLinkedList
Please login to merge, or discard this patch.