Fixed documentation according to Chg #4911

This commit is contained in:
Sebastian Chojniak
2015-07-29 12:42:56 +02:00
parent 758f01aa81
commit 9012aa66bf
2 changed files with 2 additions and 2 deletions

View File

@@ -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
* }
* ```