Skip to content

Commit 19d708d

Browse files
Merge pull request #86 from VincentLanglet/doc
📚 Update doc
2 parents c8eb69a + c9b9e0d commit 19d708d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/php.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ we do not respect this rule:
8686
<rule ref="SymfonyCustom.Namespaces.UnusedUse"/>
8787
```
8888

89-
- Methods have scope modifier
89+
- `use` statement should not start with a `\`
9090

9191
```
92-
<rule ref="SymfonyCustom.Scope.MethodScope"/>
92+
<rule ref="SymfonyCustom.Namespaces.UseWithoutStartingBacklash"/>
9393
```
9494

9595
- Do not use spaces after `(`, `{` or `[` and before `)`, `}` or `]`

0 commit comments

Comments
 (0)