-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Namespace added to as
keyword
#86
Comments
Actually the issue appears to be there, after adding some logging to
I can see, but it's as if the line is changed before the regex is applied, since the actual line is
|
This seems to work for me:
I changed |
I think
is valid too. So the the beginning Definitely do a PR. The tests for regex are pretty easy to write. If you don't, I'll take your work and comments here and type it up in the next couple of weeks. |
getting same thing with
|
The original file
./vendor/pear/pear_exception/PEAR/Exception.php:195
has the following line:The replaced file
./classes/dependencies/pear/pear_exception/PEAR/Exception.php:195
has the following line:It looks as if
as
is replaced withProject_as
.This is the composer.json:
The text was updated successfully, but these errors were encountered: