4 * @see https://github.com/laminas/laminas-stdlib for the canonical source repository
5 * @copyright https://github.com/laminas/laminas-stdlib/blob/master/COPYRIGHT.md
6 * @license https://github.com/laminas/laminas-stdlib/blob/master/LICENSE.md New BSD License
9 namespace Laminas\Stdlib\ArrayUtils;
12 * Marker interface: can be used to replace keys completely in {@see ArrayUtils::merge()} operations
14 interface MergeReplaceKeyInterface
19 public function getData();