Skip to content

Commit 0ff262b

Browse files
committed
fix (AttributeHandler): implement PropertyChangeApplier
1 parent 9d7044d commit 0ff262b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/AttributeHandler.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
use KaririCode\Contract\Processor\ProcessorBuilder;
99
use KaririCode\ProcessorPipeline\Exception\ProcessingException;
1010
use KaririCode\PropertyInspector\Contract\PropertyAttributeHandler;
11+
use KaririCode\PropertyInspector\Contract\PropertyChangeApplier;
1112
use KaririCode\PropertyInspector\Utility\PropertyAccessor;
1213

13-
class AttributeHandler implements PropertyAttributeHandler
14+
class AttributeHandler implements PropertyAttributeHandler, PropertyChangeApplier
1415
{
1516
private array $processedValues = [];
1617

0 commit comments

Comments
 (0)