We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug Description The return type of StatementBuilder#parseFile is declared as array, but the underlying method Parser#parse may return null.
StatementBuilder#parseFile
array
Parser#parse
null
This may result in type errors down the road.
The text was updated successfully, but these errors were encountered:
done in 813c551
I also set a task to convert it in a warning event. Good catch!
Sorry, something went wrong.
carlosas
No branches or pull requests
Bug Description
The return type of
StatementBuilder#parseFile
is declared asarray
, but the underlying methodParser#parse
may returnnull
.This may result in type errors down the road.
The text was updated successfully, but these errors were encountered: