How to change the default style of line comment in PHPStorm to at indentation level rather than at first column?
if ($condition) { // At first column. // At
You can change this in "Options -> Code Style -> PHP -> Wrapping and Braces" and check "Comment at first colum".