Christoph Rumpel ðŸ¤
@christophrumpel
🧪 PhpStorm Tips & Tricks #4 - Convert To Arrow Functions
You can easily convert functions to arrow functions by using the "show context action" (⌥ + enter) shortcut.
My favorite aspect is that you do not need "use" anymore to pass variables to the function. Less code is good code 👌