From c9b9e0ddc5ef03a6cd30f7c6c6471e24cd2ece6f Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Sun, 22 Dec 2019 23:51:51 +0100 Subject: [PATCH] :books: Update doc --- docs/php.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 `]`