generated from yiisoft/package-template
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
good first issueSimple enough issue to start with.Simple enough issue to start with.status:ready for adoptionFeel free to implement this issue.Feel free to implement this issue.
Description
A collector for debugging is needed.
Similar to https://github.com/yiisoft/validator/blob/master/src/Debug/ValidatorCollector.php is enough for the first iteration
In general would be nice to collect:
- In-out hydration result:
['service', '5'] => new Model($serviceFromContainer, 5)
- Data mutations:
['a', '5'] => new Model('abc', '555')
- Data types mutations:
'5' => 5
Metadata
Metadata
Assignees
Labels
good first issueSimple enough issue to start with.Simple enough issue to start with.status:ready for adoptionFeel free to implement this issue.Feel free to implement this issue.