From d531911603c6719e3924e7eab14feb4a964fe568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=8C=E9=A3=8E?= Date: Thu, 28 Dec 2023 01:07:54 +0800 Subject: [PATCH] Update src/ActiveRecordFactory.php Co-authored-by: Sergei Tigrov --- src/ActiveRecordFactory.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ActiveRecordFactory.php b/src/ActiveRecordFactory.php index d4ff33b40..876487e7a 100644 --- a/src/ActiveRecordFactory.php +++ b/src/ActiveRecordFactory.php @@ -31,10 +31,9 @@ public function __construct(private Factory $factory) * @throws NotInstantiableException * @return ActiveRecordInterface * - * @psalm-template T + * @psalm-template T of ActiveRecordInterface * @psalm-param class-string $arClass * @psalm-return T - * @psalm-suppress ActiveRecordInterface */ public function createAR( string $arClass,