Skip to content

Commit

Permalink
Merge pull request #144 from vladgorenkin/master
Browse files Browse the repository at this point in the history
Fix incorrect phpdoc union for Repository::select() return value
  • Loading branch information
wolfy-j authored Dec 24, 2020
2 parents 6b107e1 + df3c301 commit bbfed9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Select/Repository.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function findAll(array $scope = [], array $orderBy = []): iterable
/**
* Get selector associated with the repository.
*
* @return Select|iterable
* @return Select
*/
public function select(): Select
{
Expand Down

0 comments on commit bbfed9b

Please sign in to comment.