Aggiornato Composer
This commit is contained in:
4
vendor/ramsey/collection/src/Collection.php
vendored
4
vendor/ramsey/collection/src/Collection.php
vendored
@@ -80,10 +80,8 @@ class Collection extends AbstractCollection
|
||||
*
|
||||
* A collection's type is immutable once it is set. For this reason, this
|
||||
* property is set private.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
private $collectionType;
|
||||
private string $collectionType;
|
||||
|
||||
/**
|
||||
* Constructs a collection object of the specified type, optionally with the
|
||||
|
||||
Reference in New Issue
Block a user