Completed
Push — master ( b26d6a...2227e1 )
by Nelson
03:03
created
src/IntString.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
 class IntString extends Object implements IEquatable, IComparable
33 33
 {
34 34
     /**
35
-     * @param int|null     $intValue    Integer part. Default: ``0`` (zero).
35
+     * @param integer     $intValue    Integer part. Default: ``0`` (zero).
36 36
      * @param string|null  $stringValue String part. Default: ``''`` (empty).
37 37
      */
38 38
     public function __construct($intValue = 0, $stringValue = '')
Please login to merge, or discard this patch.