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
Describe the bug Does not return two types of data.
Example:
?bool => bool
There should be the following:
?bool => bool|null
Code
protected function checkPricingRule(PricingRule $pricingRule): ?bool {}
Screenshots
Enviroment (please complete the following information):
OS: Ubuntu 20.04 VS Code: 1.45.1, the extension: 1.1.2 Language: PHP
The text was updated successfully, but these errors were encountered:
this is also the same with typescript, it does not recognize multiple types
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Does not return two types of data.
Example:
There should be the following:
Code
Screenshots
![Снимок экрана от 2020-06-04 17-54-14](https://user-images.githubusercontent.com/19969187/83772809-73673f80-a68c-11ea-8b00-ab509e5ca0a0.png)
Enviroment (please complete the following information):
The text was updated successfully, but these errors were encountered: