@@ -40,7 +40,7 @@ public function __toString() { }
4040 /**
4141 * The type of this bigint.
4242 *
43- * @return Type
43+ * @return \Cassandra\ Type
4444 */
4545 public function type () { }
4646
@@ -52,47 +52,47 @@ public function type() { }
5252 public function value () { }
5353
5454 /**
55- * @param Numeric $num a number to add to this one
56- * @return Numeric sum
55+ * @param \Cassandra\ Numeric $num a number to add to this one
56+ * @return \Cassandra\ Numeric sum
5757 */
5858 public function add ($ num ) { }
5959
6060 /**
61- * @param Numeric $num a number to subtract from this one
62- * @return Numeric difference
61+ * @param \Cassandra\ Numeric $num a number to subtract from this one
62+ * @return \Cassandra\ Numeric difference
6363 */
6464 public function sub ($ num ) { }
6565
6666 /**
67- * @param Numeric $num a number to multiply this one by
68- * @return Numeric product
67+ * @param \Cassandra\ Numeric $num a number to multiply this one by
68+ * @return \Cassandra\ Numeric product
6969 */
7070 public function mul ($ num ) { }
7171
7272 /**
73- * @param Numeric $num a number to divide this one by
74- * @return Numeric quotient
73+ * @param \Cassandra\ Numeric $num a number to divide this one by
74+ * @return \Cassandra\ Numeric quotient
7575 */
7676 public function div ($ num ) { }
7777
7878 /**
79- * @param Numeric $num a number to divide this one by
80- * @return Numeric remainder
79+ * @param \Cassandra\ Numeric $num a number to divide this one by
80+ * @return \Cassandra\ Numeric remainder
8181 */
8282 public function mod ($ num ) { }
8383
8484 /**
85- * @return Numeric absolute value
85+ * @return \Cassandra\ Numeric absolute value
8686 */
8787 public function abs () { }
8888
8989 /**
90- * @return Numeric negative value
90+ * @return \Cassandra\ Numeric negative value
9191 */
9292 public function neg () { }
9393
9494 /**
95- * @return Numeric square root
95+ * @return \Cassandra\ Numeric square root
9696 */
9797 public function sqrt () { }
9898
@@ -109,14 +109,14 @@ public function toDouble() { }
109109 /**
110110 * Minimum possible Bigint value
111111 *
112- * @return Bigint minimum value
112+ * @return \Cassandra\ Bigint minimum value
113113 */
114114 public static function min () { }
115115
116116 /**
117117 * Maximum possible Bigint value
118118 *
119- * @return Bigint maximum value
119+ * @return \Cassandra\ Bigint maximum value
120120 */
121121 public static function max () { }
122122
0 commit comments