Skip to content

Commit

Permalink
Merge pull request #6 from KaririCode-Framework/develop
Browse files Browse the repository at this point in the history
fix (AttributeHandler): implement PropertyChangeApplier
  • Loading branch information
walmir-silva authored Oct 15, 2024
2 parents e1a6728 + 0ff262b commit 30c6e85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/AttributeHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
use KaririCode\Contract\Processor\ProcessorBuilder;
use KaririCode\ProcessorPipeline\Exception\ProcessingException;
use KaririCode\PropertyInspector\Contract\PropertyAttributeHandler;
use KaririCode\PropertyInspector\Contract\PropertyChangeApplier;
use KaririCode\PropertyInspector\Utility\PropertyAccessor;

class AttributeHandler implements PropertyAttributeHandler
class AttributeHandler implements PropertyAttributeHandler, PropertyChangeApplier
{
private array $processedValues = [];

Expand Down

0 comments on commit 30c6e85

Please sign in to comment.