Correct order of property declaration

This commit is contained in:
Alexander Mohorev 2014-10-25 16:28:36 +03:00
parent d33ea353eb
commit d06d027a1f

View File

@ -16,6 +16,7 @@ class LoginForm extends Model
private $_user = false; private $_user = false;
/** /**
* @return array the validation rules. * @return array the validation rules.
*/ */