mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-16 20:47:32 +08:00
Fix double space after array key (#11954) [skip ci]
This commit is contained in:
committed by
Alexander Makarov
parent
355d83ac58
commit
2118d96655
@@ -236,7 +236,7 @@ Use the following format for associative arrays:
|
|||||||
|
|
||||||
```php
|
```php
|
||||||
$config = [
|
$config = [
|
||||||
'name' => 'Yii',
|
'name' => 'Yii',
|
||||||
'options' => ['usePHP' => true],
|
'options' => ['usePHP' => true],
|
||||||
];
|
];
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user