Skip to content

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

Open
vudaltsov wants to merge 1 commit into0.4.xfrom
72-add-node-to-data
Open

Add php-parser Node to reflection data and cleanup in the end#78
vudaltsov wants to merge 1 commit into0.4.xfrom
72-add-node-to-data

Conversation

@vudaltsov
Copy link
Copy Markdown
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