Completed
Pull Request — master (#2)
by Theodore
01:50
created
src/defs.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,10 +8,10 @@
 block discarded – undo
8 8
 namespace Itafroma\Zork;
9 9
 
10 10
 use Itafroma\Zork\Struc\Adv;
11
-use Itafroma\Zork\Struc\ZObject;
12 11
 use Itafroma\Zork\Struc\Room;
13 12
 use Itafroma\Zork\Struc\StrucInterface;
14 13
 use Itafroma\Zork\Struc\Syntax;
14
+use Itafroma\Zork\Struc\ZObject;
15 15
 use \InvalidArgumentException;
16 16
 use function Itafroma\Zork\flagword;
17 17
 use function Itafroma\Zork\make_slot;
Please login to merge, or discard this patch.