Markku Vuotila
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
-
Markku Vuotila created a post, PHP Storm forcing use statments in a single line
Hi,I am writing PHP with PHP Storm. Every time I save the file all the use statements will go to a single line. I would like them to stay in different lines. How to fix?So this:use a;use b;use c;Tu...