Skip to content

Commit 7f1e7ea

Browse files
committed
Fixed readme
1 parent a72607f commit 7f1e7ea

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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
341346
Sniff 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

0 commit comments

Comments
 (0)