We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ace8d commit c769d63Copy full SHA for c769d63
src/MediableCollection.php
@@ -13,7 +13,7 @@
13
* Collection of Mediable Models.
14
*
15
* @template TKey of array-key
16
- * @template TMedia of Model&MediableInterface
+ * @template TMedia of Model|MediableInterface
17
* @extends Collection<TKey, TMedia>
18
*/
19
class MediableCollection extends Collection
0 commit comments