mesour-intellij-plugins / latte-pro-issues

2 stars 0 forks source link

Use property on probably nullable type #145

Open Lumeriol opened 10 months ago

Lumeriol commented 10 months ago

Describe the bug With the new version of the plugin, a warning about using properties on null variable started to appear even though it is checked in a IF condition. Previously, nothing like this was displayed.

Environment (please complete the following information):

To Reproduce

image

$sparePartEntity is defined as \App\Orm\ServiceSparePart\ServiceSparePart|null and isActive is common bool

Problematic are all variables that could be null