name : KeepFilter.php
<?php

namespace RegularLabs\Scoped\DeepCopy\Filter;

class KeepFilter implements Filter
{
    /**
     * Keeps the value of the object property.
     *
     * {@inheritdoc}
     */
    public function apply($object, $property, $objectCopier)
    {
        // Nothing to do
    }
}

© 2025 Cubjrnet7