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

v0.14.1 no longer parses <?php namespace ... #80

Closed
justlevine opened this issue Nov 20, 2023 · 1 comment
Closed

v0.14.1 no longer parses <?php namespace ... #80

justlevine opened this issue Nov 20, 2023 · 1 comment

Comments

@justlevine
Copy link

As of v0.14.1, PHP files with an inline namespace ( i.e. <?php namespace MyNamespace; instead of <?php \nnamespace MyNamespace;) are no longer parsed and instead the class is renamed to a global prefix.

E.g.: Source file.
image

(Left: 0.14.0 | Right: v0.14.1 )
image

@BrianHenryIE
Copy link
Owner

Thanks. Fixed in master: cccf596

I'm working on another aspect of Strauss today so hopefully there'll be a release this week.

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

No branches or pull requests

2 participants