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

Code Inspection: Function expression is used instead of arrow function

Last modified: 13 May 2022

Reports a function expression. Suggests converting it to an arrow function.

Example:

After applying the quick-fix the code looks as follows: