Open aik099 opened 9 years ago
There is a Squiz.WhiteSpace.FunctionSpacing sniff, that checks, that:
Squiz.WhiteSpace.FunctionSpacing
I mistakenly assumed that check was made to ensure 1 empty line after class opening brace.
Need to write sniff that will:
{
}
There is a
Squiz.WhiteSpace.FunctionSpacing
sniff, that checks, that:I mistakenly assumed that check was made to ensure 1 empty line after class opening brace.
Need to write sniff that will:
{
(basically line after line where{
is placed should be empty)}
(basically line before line where}
is placed should be empty)