Completed
Pull Request — master (#15276)
by Sergey
11:35
created
framework/db/cubrid/QueryBuilder.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -251,6 +251,7 @@  discard block
 block discarded – undo
251 251
     /**
252 252
      * @inheritdoc
253 253
      * @since 2.0.8
254
+     * @param string $comment
254 255
      */
255 256
     public function addCommentOnColumn($table, $column, $comment)
256 257
     {
@@ -267,6 +268,7 @@  discard block
 block discarded – undo
267 268
     /**
268 269
      * @inheritdoc
269 270
      * @since 2.0.8
271
+     * @param string $comment
270 272
      */
271 273
     public function addCommentOnTable($table, $comment)
272 274
     {
Please login to merge, or discard this patch.
framework/db/pgsql/QueryBuilder.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -244,6 +244,7 @@
 block discarded – undo
244 244
 
245 245
     /**
246 246
      * @inheritdoc
247
+     * @param string $table
247 248
      */
248 249
     public function insert($table, $columns, &$params)
249 250
     {
Please login to merge, or discard this patch.