Fix #20513: Fix code examples in PHPDoc

This commit is contained in:
Maksim Spirkov
2025-09-06 02:22:56 +05:00
committed by GitHub
parent a6a7f0128a
commit 53256fdd24
186 changed files with 579 additions and 520 deletions

View File

@ -60,7 +60,7 @@ class AssetController extends Controller
* You can specify the name of the output compressed file using 'css' and 'js' keys:
* For example:
*
* ```php
* ```
* 'app\config\AllAsset' => [
* 'js' => 'js/all-{hash}.js',
* 'css' => 'css/all-{hash}.css',
@ -76,7 +76,7 @@ class AssetController extends Controller
* bundles in this case.
* For example:
*
* ```php
* ```
* 'allShared' => [
* 'js' => 'js/all-shared-{hash}.js',
* 'css' => 'css/all-shared-{hash}.css',