Completed
Push — master ( fcc574...6c8ef8 )
by Adeola
02:09
created
src/DictionaryEngine.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,8 +14,8 @@
 block discarded – undo
14 14
  */
15 15
 
16 16
 namespace Demo\UrbanDictionary;
17
-use Demo\UrbanDictionary\UrbanWords;
18 17
 use Demo\UrbanDictionary\Dictionary;
18
+use Demo\UrbanDictionary\UrbanWords;
19 19
 use Demo\UrbanDictionary\UserException;
20 20
 
21 21
 class DictionaryEngine implements Dictionary
Please login to merge, or discard this patch.