From a5b6f502316eacd3293e1c2542a210a45851d1f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 12 Oct 2021 11:32:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Relation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Relation.php b/src/Relation.php index 4296587..98f81bc 100644 --- a/src/Relation.php +++ b/src/Relation.php @@ -31,7 +31,7 @@ class Relation extends Component } /** - * @param $name + * @param string $name * @return ActiveQuery|null */ public function getQuery(string $name): ?ActiveQuery