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