Passed
Push — master ( 5e5904...566343 )
by Edgard
18:25
created
src/QueryBuilder.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -112,6 +112,7 @@  discard block
 block discarded – undo
112 112
 
113 113
     /**
114 114
      * @inheritdoc
115
+     * @param string $selectOption
115 116
      */
116 117
     public function buildSelect($columns, &$params, $distinct = false, $selectOption = null)
117 118
     {
@@ -161,6 +162,7 @@  discard block
 block discarded – undo
161 162
 
162 163
     /**
163 164
      * @inheritdoc
165
+     * @param string $sql
164 166
      */
165 167
     public function buildOrderByAndLimit($sql, $orderBy, $limit, $offset)
166 168
     {
Please login to merge, or discard this patch.
src/Schema.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use yii\db\ConstraintFinderTrait;
16 16
 use yii\db\Exception;
17 17
 use yii\db\Expression;
18
-use yii\db\ForeignKeyConstraint;
19 18
 use yii\db\Schema as BaseSchema;
20 19
 use yii\db\TableSchema;
21 20
 use yii\db\Transaction;
Please login to merge, or discard this patch.