We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3f708 commit bdfd6a2Copy full SHA for bdfd6a2
doc/namespaces.md
@@ -124,7 +124,7 @@ Sniff provides the following settings:
124
* `allowFullyQualifiedGlobalConstants`: allows using fully qualified constants from global space (i.e. `\PHP_VERSION`).
125
* `allowFallbackGlobalFunctions`: allows using global functions via fallback name without `use` (i.e. `phpversion()`).
126
* `allowFallbackGlobalConstants`: allows using global constants via fallback name without `use` (i.e. `PHP_VERSION`).
127
-* `allowPartialUses`: allows using and referencing whole namespaces:
+* `allowPartialUses`: allows using and referencing whole namespaces.
128
129
#### SlevomatCodingStandard.Namespaces.UseFromSameNamespace 🔧
130
0 commit comments