coding-standard
coding-standard copied to clipboard
feat: handle blank lines between class properties
$minLinesCountBeforeWithComment = 1;
$maxLinesCountBeforeWithComment = 1;
$minLinesCountBeforeWithoutComment = 0;
$maxLinesCountBeforeWithoutComment = 1;