Fix phpdoc [skip ci]

This commit is contained in:
pana1990
2015-06-24 15:55:15 +02:00
committed by Alexander Makarov
parent da941a7675
commit 12ca324494

View File

@ -35,7 +35,7 @@ use yii\base\Object;
abstract class SchemaBuilder extends Object
{
/**
* @var string column schema
* @var string column type
*/
protected $type = null;
/**