-
Notifications
You must be signed in to change notification settings - Fork 131
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
Method body replacement #141
Conversation
@@ -7,7 +7,8 @@ | |||
"nikic/php-parser": "dev-master", | |||
"phpdocumentor/reflection-docblock": "^2.0", | |||
"phpdocumentor/type-resolver": "dev-master", | |||
"zendframework/zend-code": "^2.5@dev" | |||
"zendframework/zend-code": "^2.5@dev", | |||
"jeremeamia/superclosure": "dev-php-parser" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs replacing before merge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(the version, not the whole dependency)
Note: I would not merge this until we first have a stable (tagged) API with the read-only part of better-reflection |
@Ocramius agreed. I just created |
0ff473f
to
72be51f
Compare
e3b02b7
to
74a39de
Compare
e79eadd
to
15fa288
Compare
db6dc72
to
3a738f4
Compare
… 7 because reasons
3a738f4
to
8120e79
Compare
Solves part of #134 (ability to replace the statements within a function or method)
Note this requires PR #135 to be merged first, so do not merge please.Also depends on jeremeamia/super_closure#70(stable in 2.2.0+ now, which is used by our master now anyway)