Completed
Branch master (4f28df)
by
unknown
13:22
created
src/Dictionary.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
 
36 36
     /**
37 37
      * This method returns the only avaliable instance of Opeyemiabiodun\UrbanDictionary\Dictionary.
38
-     * @return Opeyemiabiodun\UrbanDictionary\Dictionary
38
+     * @return Dictionary
39 39
      */
40 40
     public static function getInstance()
41 41
     {
Please login to merge, or discard this patch.
src/Rank.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
 
22 22
     /**
23 23
      * This method returns the only avaliable instance of Opeyemiabiodun\UrbanDictionary\Rank.
24
-     * @return Opeyemiabiodun\UrbanDictionary\Rank
24
+     * @return Rank
25 25
      */
26 26
     public static function getInstance()
27 27
     {
Please login to merge, or discard this patch.