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.
2 parents c8eb69a + c9b9e0d commit 19d708dCopy full SHA for 19d708d
docs/php.md
@@ -86,10 +86,10 @@ we do not respect this rule:
86
<rule ref="SymfonyCustom.Namespaces.UnusedUse"/>
87
```
88
89
-- Methods have scope modifier
+- `use` statement should not start with a `\`
90
91
92
-<rule ref="SymfonyCustom.Scope.MethodScope"/>
+<rule ref="SymfonyCustom.Namespaces.UseWithoutStartingBacklash"/>
93
94
95
- Do not use spaces after `(`, `{` or `[` and before `)`, `}` or `]`
0 commit comments