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

Code Inspection: Suspicious usage of 'bind' with arrow function

Last modified: 21 March 2023

Reports bind used together with an arrow function.

Because arrow functions use lexical this, a bind call will have no effect on them.

See here for details.