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

PHP files without namespaces raise an exception #41

Open
jjanvier opened this issue Aug 16, 2018 · 0 comments
Open

PHP files without namespaces raise an exception #41

jjanvier opened this issue Aug 16, 2018 · 0 comments
Labels

Comments

@jjanvier
Copy link
Contributor

for example:

  • an empty php file
  • a procedural php script
  • a class without namespace
In NamespaceExtractor.php line 35:
                                               
  No way to parse the namespace of this class  

we don't know which file, which class, etc...

such nodes are completely valid
they should be ignored and should not stop the program

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant