mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-31 02:28:35 +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.
|
||||
* @return array
|
||||
*
|
||||
* @phpstan-return array<string, class-string|array{class: class-string, ...}
|
||||
* @psalm-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, ...}>
|
||||
*/
|
||||
public function actions()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user