Completed
Push — 1.0 ( 494340 )
by Tim
04:39
created
src/AppserverIo/Collections/Enum.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
     /**
65 65
      * Tests whether there are elements remaining in the enumeration.
66 66
      *
67
-     * @return true if there is at least one more element in the enumeration, that is, if the next call to nextElement will not throw a NoSuchElementException.
67
+     * @return boolean if there is at least one more element in the enumeration, that is, if the next call to nextElement will not throw a NoSuchElementException.
68 68
      * @see \AppserverIo\Collections\Enumeration::hasMoreElements()
69 69
      */
70 70
     public function hasMoreElements()
Please login to merge, or discard this patch.
src/AppserverIo/Collections/AbstractCollection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -235,7 +235,7 @@
 block discarded – undo
235 235
      *
236 236
      * @param mixed $key Holds the key of the element to remove
237 237
      *
238
-     * @return void
238
+     * @return AbstractCollection
239 239
      * @throws \AppserverIo\Collections\InvalidKeyException Is thrown if the passed key is NOT an integer
240 240
      * @throws \AppserverIo\Lang\NullPointerException Is thrown if the passed key is NULL
241 241
      * @throws \AppserverIo\Collections\IndexOutOfBoundsException
Please login to merge, or discard this patch.