aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/ramsey/collection/src/GenericArray.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/ramsey/collection/src/GenericArray.php')
-rw-r--r--vendor/ramsey/collection/src/GenericArray.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/ramsey/collection/src/GenericArray.php b/vendor/ramsey/collection/src/GenericArray.php
index 2f9ab7677..9b95df387 100644
--- a/vendor/ramsey/collection/src/GenericArray.php
+++ b/vendor/ramsey/collection/src/GenericArray.php
@@ -16,6 +16,8 @@ namespace Ramsey\Collection;
/**
* `GenericArray` represents a standard array object.
+ *
+ * @template-extends AbstractArray<mixed>
*/
class GenericArray extends AbstractArray
{