From 9fa5d4f46a5fff46bb33359472cc4e6ab1333c76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=20=D0=A1=D0=BF=D0=B8?= =?UTF-8?q?=D1=80=D0=BA=D0=BE=D0=B2?= <63721828+max-s-lab@users.noreply.github.com> Date: Sat, 14 Jun 2025 16:28:24 +0400 Subject: [PATCH] Fix PHPStan/Psalm annotations for `Controller::actions` (#20414) --- framework/base/Controller.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/base/Controller.php b/framework/base/Controller.php index 70be274ae2..cc19041ef0 100644 --- a/framework/base/Controller.php +++ b/framework/base/Controller.php @@ -131,8 +131,8 @@ class Controller extends Component implements ViewContextInterface * using the configuration provided here. * @return array * - * @phpstan-return array + * @psalm-return array */ public function actions() {