From c3892925d554368affc5cd897098ff594d9e7d16 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Mon, 14 Aug 2023 15:31:22 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/ActiveQuery.php | 2 +- src/ActiveQueryInterface.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ActiveQuery.php b/src/ActiveQuery.php index 3c757d96b..4cb8160d7 100644 --- a/src/ActiveQuery.php +++ b/src/ActiveQuery.php @@ -464,7 +464,7 @@ public function resetJoinWith(): void $this->joinWith = []; } - /** + /** * @throws CircularReferenceException * @throws InvalidConfigException * @throws NotFoundException diff --git a/src/ActiveQueryInterface.php b/src/ActiveQueryInterface.php index 04e6da1e1..e9bfd2317 100644 --- a/src/ActiveQueryInterface.php +++ b/src/ActiveQueryInterface.php @@ -554,7 +554,7 @@ public function onePopulate(): array|ActiveRecordInterface|null; * * @see Actiquery::via */ - public function getVia(): array|ActiveQueryInterface|null; + public function getVia(): array|self|null; /** * @return array The columns of the primary and foreign tables that establish a relation.