mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-01 20:19:42 +08:00
Fix #20513: Fix code examples in PHPDoc
This commit is contained in:
@ -14,7 +14,7 @@ use yii\base\InvalidConfigException;
|
||||
*
|
||||
* Usage example:
|
||||
*
|
||||
* ```php
|
||||
* ```
|
||||
* $array1 = [
|
||||
* 'ids' => [
|
||||
* 1,
|
||||
@ -40,7 +40,7 @@ use yii\base\InvalidConfigException;
|
||||
*
|
||||
* The result will be
|
||||
*
|
||||
* ```php
|
||||
* ```
|
||||
* [
|
||||
* 'ids' => [
|
||||
* 1,
|
||||
|
||||
Reference in New Issue
Block a user