Completed
Push — master ( a5119c...b82fec )
by John
11:27
created
src/Map/HashMap.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
 	
67 67
 	/**
68 68
 	 * Returns a Set view of the mappings contained in this map.
69
-	 * @return SetInterface
69
+	 * @return TupleSet
70 70
 	*/
71 71
 	public function entrySet()
72 72
 	{
@@ -116,7 +116,7 @@  discard block
 block discarded – undo
116 116
 	
117 117
 	/**
118 118
 	 * Returns a Set view of the keys contained in this map.
119
-	 * @return SetInterface
119
+	 * @return ArraySet
120 120
 	*/
121 121
 	public function keySet()
122 122
 	{
@@ -181,7 +181,7 @@  discard block
 block discarded – undo
181 181
 	
182 182
 	/**
183 183
 	 * Returns a Collection view of the values contained in this map.
184
-	 * @return CollectionInterface
184
+	 * @return ArrayList
185 185
 	*/
186 186
 	public function values()
187 187
 	{
Please login to merge, or discard this patch.