Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Aug 14, 2023
1 parent f735a41 commit c389292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ActiveQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ public function resetJoinWith(): void
$this->joinWith = [];
}

/**
/**
* @throws CircularReferenceException
* @throws InvalidConfigException
* @throws NotFoundException
Expand Down
2 changes: 1 addition & 1 deletion src/ActiveQueryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c389292

Please sign in to comment.