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

Code Inspection: Optional before required parameter

Last modified: 16 May 2022

Reports the optional parameters that appear before the required parameters in a function/method declaration.

See Default argument values (php.net) for details.