Skip to content

Commit 9bcf930

Browse files
committed
Fixed README
1 parent 81fa72a commit 9bcf930

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,11 @@ Enforces one space after `namespace`, disallows content between namespace name a
235235

236236
Enforces configurable number of lines before and after `namespace`.
237237

238+
Sniff provides the following settings:
239+
240+
* `linesCountBeforeNamespace`: allows to configure the number of lines before `namespace`.
241+
* `linesCountAfterNamespace`: allows to configure the number of lines after `namespace`.
242+
238243
#### SlevomatCodingStandard.Namespaces.UseSpacing 🔧
239244

240245
Enforces configurable number of lines before first `use`, after last `use` and between two different types of `use` (eg. between `use function` and `use const`). Also enforces zero number of lines between same types of `use`.

0 commit comments

Comments
 (0)