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

Code Inspection: 'default' not last case in 'switch'

Last modified: 21 March 2023

Reports a switch statement where the default case comes before another case instead of being the very last case, which may cause confusion.