Completed
Pull Request — master (#86)
by Marc
03:29 queued 02:09
created
src/EnumSet.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace MabeEnum;
4 4
 
5 5
 use Countable;
6
-use Iterator;
7 6
 use InvalidArgumentException;
7
+use Iterator;
8 8
 
9 9
 /**
10 10
  * This EnumSet is based on a bitset of a binary string.
Please login to merge, or discard this patch.