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, 1 insertions, 1 deletions
diff --git a/vendor/ramsey/collection/src/GenericArray.php b/vendor/ramsey/collection/src/GenericArray.php
index 9b95df387..2b079aa5e 100644
--- a/vendor/ramsey/collection/src/GenericArray.php
+++ b/vendor/ramsey/collection/src/GenericArray.php
@@ -17,7 +17,7 @@ namespace Ramsey\Collection;
/**
* `GenericArray` represents a standard array object.
*
- * @template-extends AbstractArray<mixed>
+ * @extends AbstractArray<mixed>
*/
class GenericArray extends AbstractArray
{