Reputation: 4163
I accidentally changed something within the code style in my PhpStorm. Now, when I press Ctrl + Shift + F for formatting, a space is placed in front and after parameters in a method call within a function.
How can I change this back?
Upvotes: 2
Views: 1541
Reputation: 62
In tab "Spaces", option "Within", desactive "Method declaration parentheses".
Upvotes: 0
Reputation: 121
Go to Editor > PHP > Spaces > Within, see if "Function declaration parantheses" or "Function call parantheses" are checked.
Upvotes: 4