mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
Fix types (#19332)
* Migration::upsert() returns void * Unneeded `@property` tags * Add missing `null` param/return types * Null types for db\Query + db\ActiveQuery * Fixed testSelect
This commit is contained in:
@ -357,7 +357,7 @@ class QueryBuilder extends \yii\db\QueryBuilder
|
||||
*
|
||||
* @param string $table table name
|
||||
* @param string $column column name
|
||||
* @return null|string the column definition
|
||||
* @return string|null the column definition
|
||||
* @throws Exception in case when table does not contain column
|
||||
*/
|
||||
private function getColumnDefinition($table, $column)
|
||||
|
Reference in New Issue
Block a user