PhpStorm
 
Get PhpStorm
You are viewing the documentation for an earlier version of PhpStorm.

Code Inspection: Expression is always 'null'

Last modified: 16 May 2022

Reports the variables in return statements that are always null.

In the following example, the $var variable returned from within the conditional statement is always null. After the quick-fix is applied, the variable is replaced with the explicit null value.