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

Fix issue with checking nullable return statements. #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Skorzhyk
Copy link

There is an issue with checking PHP docs for methods with multiple return statements like this:

/**
 * @return string|null
 */
public function maybeGetSomeString(): ?string {...}

The tool returns Warning for this, so it has been fixed in the PR.

@Skorzhyk Skorzhyk force-pushed the check-multiple-return-statements branch from 5c4c897 to fd783c9 Compare November 29, 2019 10:52
@Skorzhyk Skorzhyk force-pushed the check-multiple-return-statements branch 2 times, most recently from 4d9731b to 5b677a0 Compare November 29, 2019 12:05
@kaurov
Copy link

kaurov commented Sep 7, 2021

Who can resolve and merge this?

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