diff --git a/src/ActiveRecordFactory.php b/src/ActiveRecordFactory.php index 8426fa7e4..2d9443131 100644 --- a/src/ActiveRecordFactory.php +++ b/src/ActiveRecordFactory.php @@ -29,11 +29,12 @@ public function __construct(private Factory $factory) * @throws InvalidConfigException * @throws NotFoundException * @throws NotInstantiableException + * @return ActiveRecordInterface * * @psalm-template T * @psalm-param class-string $arClass * @psalm-return T - * @psalm-suppress T + * @psalm-suppress MoreSpecificReturnType */ public function createAR( string $arClass,