Skip to content

Commit 30c6e85

Browse files
authored
Merge pull request #6 from KaririCode-Framework/develop
fix (AttributeHandler): implement PropertyChangeApplier
2 parents e1a6728 + 0ff262b commit 30c6e85

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)