Skip to content

Commit bdfd6a2

Browse files
szepeviktorkukulich
authored andcommitted
Fix typo in docs for ReferenceUsedNamesOnly
1 parent ef3f708 commit bdfd6a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/namespaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Sniff provides the following settings:
124124
* `allowFullyQualifiedGlobalConstants`: allows using fully qualified constants from global space (i.e. `\PHP_VERSION`).
125125
* `allowFallbackGlobalFunctions`: allows using global functions via fallback name without `use` (i.e. `phpversion()`).
126126
* `allowFallbackGlobalConstants`: allows using global constants via fallback name without `use` (i.e. `PHP_VERSION`).
127-
* `allowPartialUses`: allows using and referencing whole namespaces:
127+
* `allowPartialUses`: allows using and referencing whole namespaces.
128128

129129
#### SlevomatCodingStandard.Namespaces.UseFromSameNamespace 🔧
130130

0 commit comments

Comments
 (0)