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

Code Inspection: 'continue' or 'break' inside 'finally' block

Last modified: 21 March 2023

Reports a break or continue statement inside a finally block. Such statements are very confusing, may hide exceptions, and complicate debugging.