Completed
Push — master ( c0938a...1c4cb0 )
by Tim
14s
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.