diff --git a/docs/php.md b/docs/php.md
index 8c5198c..929a2d9 100644
--- a/docs/php.md
+++ b/docs/php.md
@@ -86,10 +86,10 @@ we do not respect this rule:
```
-- Methods have scope modifier
+- `use` statement should not start with a `\`
```
-
+
```
- Do not use spaces after `(`, `{` or `[` and before `)`, `}` or `]`