aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/ramsey/collection/src/GenericArray.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-02-15 18:29:24 +0000
committerMario <mario@mariovavti.com>2021-02-15 18:29:24 +0000
commit02401ea9fd5d53f590305c0f9834685cda58723d (patch)
treee60e292f8ae389c3a353dafda37003b4c15a45d5 /vendor/ramsey/collection/src/GenericArray.php
parent18c8f1b903e90ca3632520b90d21ec3770bf6e0b (diff)
downloadvolse-hubzilla-02401ea9fd5d53f590305c0f9834685cda58723d.tar.gz
volse-hubzilla-02401ea9fd5d53f590305c0f9834685cda58723d.tar.bz2
volse-hubzilla-02401ea9fd5d53f590305c0f9834685cda58723d.zip
composer update ramsey/collection
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
{