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

Code Inspection: Redundant 'continue/break' argument

Last modified: 16 May 2022

Reports the redundant 1 argument of continue and break statements. Since this argument is optional and its default value is 1, such usages can be omitted.

See continue (php.net) and break (php.net) for details.