Completed
Push — master ( 6bfbeb...5551f7 )
by Adeola
02:18
created
index.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
2 2
 
3 3
 require 'vendor/autoload.php';
4 4
 
5
-use Demo\UrbanDictionary\Dictonary;
6
-use Demo\UrbanDictionary\RankWord;
7
-use Demo\UrbanDictionary\UrbanWords;
8 5
 use Demo\UrbanDictionary\DictionaryEngine;
9 6
 use Demo\UrbanDictionary\UserException;
10 7
 
Please login to merge, or discard this patch.
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.