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

Code Inspection: Redundant ELSE NULL clause

Last modified: 13 May 2022

Reports redundant ELSE NULL clauses.

Example (MySQL):

The ELSE NULL part will never be executed and may be omitted.