mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-16 12:29:17 +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
|
||||
$config = [
|
||||
'name' => 'Yii',
|
||||
'name' => 'Yii',
|
||||
'options' => ['usePHP' => true],
|
||||
];
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user