mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-06 15:28:58 +01:00
Fixed documentation according to Chg #4911
This commit is contained in:
@@ -34,7 +34,7 @@ interface Arrayable
|
||||
* returning the corresponding field value. The signature of the callable should be:
|
||||
*
|
||||
* ```php
|
||||
* function ($field, $model) {
|
||||
* function ($model, $field) {
|
||||
* // return field value
|
||||
* }
|
||||
* ```
|
||||
|
||||
Reference in New Issue
Block a user