Skip to content

Commit

Permalink
Update return type in docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Feb 11, 2025
1 parent cd0fa22 commit 09968bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Listeners/Concerns/GetsItemsContainingData.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ trait GetsItemsContainingData
/**
* Get items containing data.
*
* @return \Illuminate\Support\Collection
* @return \Illuminate\Support\LazyCollection
*/
public function getItemsContainingData()
{
Expand Down

0 comments on commit 09968bb

Please sign in to comment.