Skip to content

Commit

Permalink
Update the comments of the method createQueryTo in ActiveRecordFactor…
Browse files Browse the repository at this point in the history
…y so that the IDE can automatically identify the specific class of ActiveRecord
  • Loading branch information
niqingyang committed Jan 2, 2024
1 parent 6ce2ce3 commit f3158eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ActiveQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class ActiveQuery extends Query implements ActiveQueryInterface
private ActiveRecordInterface|null $arInstance = null;

/**
* @param string $arClass
* @param class-string $arClass
* @param ConnectionInterface $db
* @param ActiveRecordFactory|null $arFactory
* @param string $tableName
Expand Down

0 comments on commit f3158eb

Please sign in to comment.