Fix PHPStan/Psalm annotations for Controller::actions (#20414)

This commit is contained in:
Максим Спирков
2025-06-14 16:28:24 +04:00
committed by GitHub
parent 67f5566fb0
commit 9fa5d4f46a

View File

@ -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()
{