mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-14 14:28:27 +08:00
Fixes #12055: Changed boolean
to bool
and integer
to int
in phpdoc
This commit is contained in:

committed by
Alexander Makarov

parent
940f7c7cd4
commit
4aa935e69e
@ -162,7 +162,7 @@ public function rules()
|
||||
/**
|
||||
* @param Model $model 検証されるモデル
|
||||
* @param string $attribute 検証される属性
|
||||
* @return boolean 規則が適用されるか否か
|
||||
* @return bool 規則が適用されるか否か
|
||||
*/
|
||||
function ($model, $attribute)
|
||||
```
|
||||
|
Reference in New Issue
Block a user