From a13ddeea4e71dafd0b25d5f021019b7612d91de0 Mon Sep 17 00:00:00 2001 From: Sejiko Date: Wed, 12 Sep 2018 23:19:34 +0200 Subject: [PATCH] troubleshooting https://github.com/FriendsOfPHP/PHP-CS-Fixer has changed now the argument '--level=psr2' doesn't work anymore. --- wiki/Configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wiki/Configuration.md b/wiki/Configuration.md index f4871bc..e128d7a 100644 --- a/wiki/Configuration.md +++ b/wiki/Configuration.md @@ -19,6 +19,8 @@ Whether the php-cs-fixer library has been installed using Composer. If true, the ### phpformatter.arguments Add arguments to the executed fix command, like so: `phpformatter.arguments = ['--level=psr2', '--fixers=linefeed,short_tag,indentation']`. +~~'--level=psr2'~~ Doesnt Work anymore with https://github.com/FriendsOfPHP/PHP-CS-Fixer + ### phpformatter.level