Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug collector #32

Open
3 tasks
xepozz opened this issue Jun 8, 2023 · 0 comments
Open
3 tasks

Debug collector #32

xepozz opened this issue Jun 8, 2023 · 0 comments
Labels
good first issue Simple enough issue to start with. status:ready for adoption Feel free to implement this issue.

Comments

@xepozz
Copy link
Member

xepozz commented Jun 8, 2023

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
@xepozz xepozz added good first issue Simple enough issue to start with. status:ready for adoption Feel free to implement this issue. labels Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Simple enough issue to start with. status:ready for adoption Feel free to implement this issue.
Projects
None yet
Development

No branches or pull requests

1 participant