Completed
Push — master ( e176fb...1749e7 )
by Tim
05:08 queued 05:03
created
src/AppserverIo/Lang/Integer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -151,7 +151,7 @@
 block discarded – undo
151 151
      *
152 152
      * @param String $string The string to be parsed.
153 153
      *
154
-     * @return \AppserverIo\Lang\Integer The <code>Integer</code> value represented by the string argument.
154
+     * @return integer The <code>Integer</code> value represented by the string argument.
155 155
      * @exception \AppserverIo\Lang\NumberFormatException If the string does not contain a parsable <code>Integer</code>.
156 156
      * @see \AppserverIo\Lang\Integer::valueOf($string)
157 157
      */
Please login to merge, or discard this patch.
src/AppserverIo/Lang/Strng.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -270,7 +270,7 @@
 block discarded – undo
270 270
      * the string, and <code>^</code> indicates exponentiation.
271 271
      * (The hash value of the empty string is zero.)
272 272
      *
273
-     * @return string A hash code value for this object.
273
+     * @return integer A hash code value for this object.
274 274
      */
275 275
     public function hashCode()
276 276
     {
Please login to merge, or discard this patch.