-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Typechecker allows require_once $nullable_string #2926
Comments
I assume from the context that |
Oof this is going to be obnoxious, our AST totally drops requires at the parse level. |
Nope, require_once must take a string. Couldn't the parser just rewrite it to require_once($foo) ? then we could just add an hhi |
I am going over old issues against this repository to reduce the amount of open issues. The issue of However, because of changes in the ecosystem, this is becoming less and less relevant. When this issue was made hhvm-autoload did not exist yet, so |
The text was updated successfully, but these errors were encountered: