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

Add php-parser Node to reflection data and cleanup in the end #78

Open
wants to merge 1 commit into
base: 0.4.x
Choose a base branch
from

Conversation

vudaltsov
Copy link
Member

@vudaltsov vudaltsov commented Aug 7, 2024

Closes #72

For now I've decided to add PhpParser\Node to root reflections' data maps only (constant/function/class). This is because properties, class constants and attributes are sometimes bundled together and it's hard to decide, what node to put as Data::Node. I think that for now this is more than enough :)

@vudaltsov vudaltsov added this to the 0.4.4 milestone Aug 7, 2024
@vudaltsov vudaltsov requested a review from klimick August 7, 2024 01:24
@vudaltsov vudaltsov self-assigned this Aug 7, 2024
@vudaltsov vudaltsov force-pushed the 72-add-node-to-data branch from 3348653 to cca91cf Compare August 7, 2024 01:25
@vudaltsov vudaltsov requested a review from a team August 7, 2024 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Node to Reflection::$data
1 participant