Missing phpDoc properties has been added

This commit is contained in:
githubjeka
2015-11-27 19:48:20 +03:00
parent 0fc744598d
commit a215013f68
2 changed files with 6 additions and 1 deletions

View File

@@ -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
{