Your IP : 216.73.216.158


Current Path : /home/rtorresani/www/vendor/laminas/laminas-stdlib/src/ArrayUtils/
Upload File :
Current File : //home/rtorresani/www/vendor/laminas/laminas-stdlib/src/ArrayUtils/MergeReplaceKey.php

<?php

declare(strict_types=1);

namespace Laminas\Stdlib\ArrayUtils;

final class MergeReplaceKey implements MergeReplaceKeyInterface
{
    public function __construct(protected mixed $data)
    {
    }

    /**
     * {@inheritDoc}
     */
    public function getData()
    {
        return $this->data;
    }
}