mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-26 17:46:38 +03:00
chore: update package files
This commit is contained in:
@@ -26,6 +26,8 @@ use Traversable;
|
||||
|
||||
/**
|
||||
* A collection of UuidBuilderInterface objects
|
||||
*
|
||||
* @extends AbstractCollection<UuidBuilderInterface>
|
||||
*/
|
||||
class BuilderCollection extends AbstractCollection
|
||||
{
|
||||
@@ -54,7 +56,7 @@ class BuilderCollection extends AbstractCollection
|
||||
*/
|
||||
public function unserialize($serialized): void
|
||||
{
|
||||
/** @var mixed[] $data */
|
||||
/** @var array<array-key, UuidBuilderInterface> $data */
|
||||
$data = unserialize($serialized, [
|
||||
'allowed_classes' => [
|
||||
BrickMathCalculator::class,
|
||||
|
||||
Reference in New Issue
Block a user