phpDocumentor / Reflection

Reflection library to do Static Analysis for PHP Projects
MIT License
117 stars 51 forks source link

Access PHP Parser nodes #225

Closed arogachev closed 2 years ago

arogachev commented 2 years ago

A fix for #224.

jaapio commented 2 years ago

Before reviewing this, I would like to have some more context in the related issue. I do not see a good reason to add the nodes to all elements right now. And it could break the way this library is cached.

More information in the issue.

arogachev commented 2 years ago

As I said in https://github.com/phpDocumentor/Reflection/issues/224#issuecomment-1001880268, I'll redo this implementation with support for caching in mind.

arogachev commented 2 years ago

Closing this since it's no longer actual.