From 418be7de6c995828a20b85069bc874cfeb90c316 Mon Sep 17 00:00:00 2001 From: niqingyang Date: Mon, 11 Dec 2023 17:26:50 +0800 Subject: [PATCH] implement the interface ArrayableInterface for BaseActiveRecord --- src/BaseActiveRecord.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BaseActiveRecord.php b/src/BaseActiveRecord.php index 8180e271a..d6cb497e3 100644 --- a/src/BaseActiveRecord.php +++ b/src/BaseActiveRecord.php @@ -118,7 +118,7 @@ public function extraFields(): array } /** - * @psalm-suppress MixedReturnTypeCoercion + * @psalm-return array */ public function fields(): array {