@@ -64,7 +64,7 @@ |
||
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() |