Browse Source

Fix phpdoc [skip ci]

tags/2.0.6
pana1990 9 years ago committed by Alexander Makarov
parent
commit
12ca324494
  1. 2
      framework/db/SchemaBuilder.php

2
framework/db/SchemaBuilder.php

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

Loading…
Cancel
Save