mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-11 19:20:01 +08:00
Fix phpdoc [skip ci]
This commit is contained in:
committed by
Alexander Makarov
parent
da941a7675
commit
12ca324494
@@ -35,7 +35,7 @@ use yii\base\Object;
|
|||||||
abstract class SchemaBuilder extends Object
|
abstract class SchemaBuilder extends Object
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @var string column schema
|
* @var string column type
|
||||||
*/
|
*/
|
||||||
protected $type = null;
|
protected $type = null;
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user