mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
property code style extensions
This commit is contained in:
@ -23,6 +23,7 @@ class Filter extends Component
|
||||
*/
|
||||
protected $rules = [];
|
||||
|
||||
|
||||
/**
|
||||
* Adds data filtering rule.
|
||||
*
|
||||
|
@ -22,6 +22,7 @@ abstract class Base extends Component implements MatcherInterface
|
||||
*/
|
||||
protected $baseValue;
|
||||
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*/
|
||||
|
@ -20,6 +20,7 @@ class SameAs extends Base
|
||||
*/
|
||||
public $partial = false;
|
||||
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*/
|
||||
|
Reference in New Issue
Block a user