From 406c180cda2e03cbcd6a447234c138949f7be5b9 Mon Sep 17 00:00:00 2001 From: Chetan Date: Sat, 17 Jul 2021 18:10:16 +0530 Subject: [PATCH] update doc --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f9c85ec..6020236 100644 --- a/README.md +++ b/README.md @@ -39,5 +39,14 @@ For Windows "phpSniffer.standard": "%userprofile%/AppData/Roaming/Composer/vendor/mrchetan/php_standard/ruleset.xml", +![N|Solid](./img/vs-settings-1.png) - ![N|Solid](./img/vs-settings-1.png) \ No newline at end of file + + +To check + + phpcs --standard= + +TO fix + + phpcbf --standard= \ No newline at end of file