mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 05:48:11 +08:00
Fix PHPStan/Psalm annotations for Controller::actions (#20414)
This commit is contained in:
@ -131,8 +131,8 @@ class Controller extends Component implements ViewContextInterface
|
|||||||
* using the configuration provided here.
|
* using the configuration provided here.
|
||||||
* @return array
|
* @return array
|
||||||
*
|
*
|
||||||
* @phpstan-return array<string, class-string|array{class: class-string, ...}
|
* @phpstan-return array<string, class-string|array{class: class-string, ...}>
|
||||||
* @psalm-return array<string, class-string|array{class: class-string, ...}
|
* @psalm-return array<string, class-string|array{class: class-string, ...}>
|
||||||
*/
|
*/
|
||||||
public function actions()
|
public function actions()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user