Skip to content

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Firehed committed Feb 11, 2024
1 parent 6264dd9 commit 083475a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/ArrayALC.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@
};

/**
* see doctrine/orm#xxxx
* Since we're currently forced to extend EntityRepository instead of merely
* implementing the interface in orm:3, we're consequently forced to return an
* implementation-specific `AbstractLazyCollection` intead of the interface's
* `ReadableCollection`. This does some light wrapping to allow things to work
* for the common case.
*
* force AbstractLazyCollection instead of simple ReadableCollection
* @see doctrine/orm#11019
*
* @template TKey of array-key
* @template T of object
Expand Down

0 comments on commit 083475a

Please sign in to comment.