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

Add arguement and return types. #6

Merged
merged 3 commits into from
Nov 8, 2019
Merged

Add arguement and return types. #6

merged 3 commits into from
Nov 8, 2019

Conversation

Girgias
Copy link
Contributor

@Girgias Girgias commented Nov 6, 2019

I've also noted that a bunch of function which are declared to return bool|null only return true or null (implicitly).
Strictly speaking those should be converted to void as this is what they do in practice.

Also weirdly enough getErrors() and lintChar() apparently also manage to return null while testing so I've added the nullable return type due to that.

@ghost
Copy link

ghost commented Nov 6, 2019

DeepCode Report (#1d1c32)

DeepCode analyzed this pull request.
There are no new issues.

@neilime neilime merged commit 28d63da into neilime:master Nov 8, 2019
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

Successfully merging this pull request may close these issues.

2 participants