Completed
Push — master ( 466d49...06d08c )
by smiley
05:19
created
src/Query/CreateTableAbstract.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@  discard block
 block discarded – undo
136 136
 	 * @param string|null $collation
137 137
 	 * @param bool|null   $isNull
138 138
 	 * @param string|null $defaultType
139
-	 * @param null        $defaultValue
139
+	 * @param integer|null        $defaultValue
140 140
 	 * @param string|null $extra
141 141
 	 *
142 142
 	 * @return \chillerlan\Database\Query\CreateTableInterface
@@ -188,7 +188,7 @@  discard block
 block discarded – undo
188 188
 
189 189
 	/**
190 190
 	 * @param string    $name
191
-	 * @param int|null  $length
191
+	 * @param integer  $length
192 192
 	 * @param bool|null $isNull
193 193
 	 * @param int|null  $defaultValue
194 194
 	 *
Please login to merge, or discard this patch.