File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -323,7 +323,12 @@ use \Foo\Bar;
323323
324324#### SlevomatCodingStandard.Types.EmptyLinesAroundTypeBraces
325325
326- Enforces one empty line after opening class/interface/trait brace and one empty line before the closing brace.
326+ Enforces one configurable number of lines after opening class/interface/trait brace and one empty line before the closing brace.
327+
328+ Sniff provides the following settings:
329+
330+ * ` linesCountAfterOpeningBrace ` : allows to configure the number of lines after opening brace
331+ * ` linesCountBeforeClosingBrace ` : allows to configure the number of lines before closing brace
327332
328333#### SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameInAnnotation
329334
@@ -341,8 +346,6 @@ Reports forbidden annotations. No annotations are forbidden by default, the conf
341346Sniff provides the following settings:
342347
343348* ` forbiddenAnnotations ` : allows to configure which annotations are forbidden to be used
344- * ` linesCountAfterOpeningBrace ` : allows to configure the number of lines after opening brace
345- * ` linesCountBeforeClosingBrace ` : allows to configure the number of lines before closing brace
346349
347350## Installation
348351
You can’t perform that action at this time.
0 commit comments