Completed
Pull Request — master (#15623)
by Dmitry
12:55
created
framework/db/cubrid/QueryBuilder.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -278,6 +278,7 @@  discard block
 block discarded – undo
278 278
     /**
279 279
      * {@inheritdoc}
280 280
      * @since 2.0.8
281
+     * @param string $comment
281 282
      */
282 283
     public function addCommentOnColumn($table, $column, $comment)
283 284
     {
@@ -294,6 +295,7 @@  discard block
 block discarded – undo
294 295
     /**
295 296
      * {@inheritdoc}
296 297
      * @since 2.0.8
298
+     * @param string $comment
297 299
      */
298 300
     public function addCommentOnTable($table, $comment)
299 301
     {
Please login to merge, or discard this patch.
framework/db/oci/QueryBuilder.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use yii\db\Expression;
15 15
 use yii\db\Query;
16 16
 use yii\helpers\StringHelper;
17
-use yii\db\ExpressionInterface;
18 17
 
19 18
 /**
20 19
  * QueryBuilder is the query builder for Oracle databases.
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
@@ -245,6 +245,7 @@
 block discarded – undo
245 245
 
246 246
     /**
247 247
      * {@inheritdoc}
248
+     * @param string $table
248 249
      */
249 250
     public function insert($table, $columns, &$params)
250 251
     {
Please login to merge, or discard this patch.