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

@ -18,7 +18,7 @@ use yii\helpers\StringHelper;
*
* In order to enable this parser you should configure [[Request::parsers]] in the following way:
*
* ```php
* ```
* return [
* 'components' => [
* 'request' => [
@ -41,7 +41,7 @@ use yii\helpers\StringHelper;
*
* Usage example:
*
* ```php
* ```
* use yii\web\UploadedFile;
*
* $restRequestData = Yii::$app->request->getBodyParams();