From 15e94841fed4780444c22fcba9f7094e049555df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=8C=E9=A3=8E?= Date: Wed, 3 Jan 2024 10:12:53 +0800 Subject: [PATCH] Update src/BaseActiveRecord.php Co-authored-by: Sergei Tigrov --- src/BaseActiveRecord.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BaseActiveRecord.php b/src/BaseActiveRecord.php index e0b445d8e..d620fa414 100644 --- a/src/BaseActiveRecord.php +++ b/src/BaseActiveRecord.php @@ -1127,7 +1127,7 @@ private function setRelationDependencies( /** * Creates a query instance for `has-one` or `has-many` relation. * - * @param class-string $arClass The class name of the related record. + * @param string $arClass The class name of the related record. * @param array $link The primary-foreign key constraint. * @param bool $multiple Whether this query represents a relation to more than one record. *