mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-06 07:24:44 +01:00
Fix #20513: Fix code examples in PHPDoc
This commit is contained in:
@@ -27,7 +27,7 @@ use yii\helpers\ArrayHelper;
|
||||
*
|
||||
* ArrayDataProvider may be used in the following way:
|
||||
*
|
||||
* ```php
|
||||
* ```
|
||||
* $query = new Query;
|
||||
* $provider = new ArrayDataProvider([
|
||||
* 'allModels' => $query->from('post')->all(),
|
||||
|
||||
Reference in New Issue
Block a user