PhpStorm version 2017.1.
When I want to add a class file I right click on necessary folder > New > PHP Class and I get defined php class. But I would like to change some things.
Firstly, remove Created by PhpStorm, and do not have { on new line but just in one line with class name.
How can I do it? I am quite new to PhpStorm and I expected it to have some snippets for it, but googling had no result oddly enough.