mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-29 01:17:13 +08:00
Fix #20513: Fix code examples in PHPDoc
This commit is contained in:
@ -12,7 +12,7 @@ namespace yii\helpers;
|
||||
*
|
||||
* Usage example:
|
||||
*
|
||||
* ```php
|
||||
* ```
|
||||
* $array1 = [
|
||||
* 'ids' => [
|
||||
* 1,
|
||||
@ -35,7 +35,7 @@ namespace yii\helpers;
|
||||
*
|
||||
* The result will be
|
||||
*
|
||||
* ```php
|
||||
* ```
|
||||
* [
|
||||
* 'ids' => [
|
||||
* 1,
|
||||
|
||||
Reference in New Issue
Block a user