Files
yii2/tests/data/ar/BitValues.php
Alexander Makarov fb23b0d0ea Code style fixes
2017-11-01 02:43:02 +03:00

19 lines
327 B
PHP

<?php
/**
* @link http://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
*/
namespace yiiunit\data\ar;
/**
* @see https://github.com/yiisoft/yii2/issues/9006
*
* @property int $id
* @property int $val
*/
class BitValues extends ActiveRecord
{
}