Fix #20514: Add @property annotations for yii\console\Controller

This commit is contained in:
Maksim Spirkov
2025-09-06 02:20:19 +05:00
committed by GitHub
parent aa04f38581
commit a6a7f0128a
3 changed files with 10 additions and 2 deletions

View File

@ -28,6 +28,8 @@ use yii\helpers\Inflector;
* where `<route>` is a route to a controller action and the params will be populated as properties of a command.
* See [[options()]] for details.
*
* @property Request $request The request object.
* @property Response $response The response object.
* @property-read string $help The help information for this controller.
* @property-read string $helpSummary The one-line short summary describing this controller.
* @property-read array $passedOptionValues The properties corresponding to the passed options.