Fix double space after array key (#11954) [skip ci]

This commit is contained in:
Nikola Kovacs
2016-07-14 11:20:41 +02:00
committed by Alexander Makarov
parent 355d83ac58
commit 2118d96655

View File

@@ -236,7 +236,7 @@ Use the following format for associative arrays:
```php
$config = [
'name' => 'Yii',
'name' => 'Yii',
'options' => ['usePHP' => true],
];
```