mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-20 22:27:57 +01:00
Missing phpDoc properties has been added
This commit is contained in:
@@ -4,6 +4,11 @@ namespace yiiunit\data\validators\models;
|
||||
|
||||
use yiiunit\data\ar\ActiveRecord;
|
||||
|
||||
/**
|
||||
* @property int id
|
||||
* @property string a_field
|
||||
* @property int ref
|
||||
*/
|
||||
class ValidatorTestRefModel extends ActiveRecord
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user