Skip to content

Instantly share code, notes, and snippets.

@claudiodekker
Last active November 6, 2020 11:20
Show Gist options
  • Save claudiodekker/6f32a8615a1564d7dec7dcacb32b1ed1 to your computer and use it in GitHub Desktop.
Save claudiodekker/6f32a8615a1564d7dec7dcacb32b1ed1 to your computer and use it in GitHub Desktop.
PHPStorm PHP-CS-Fixer External Tool - ~/Library/Application Support/JetBrains/PhpStorm2020.1/tools/External Tools.xml
<toolSet name="External Tools">
<tool name="PHP CS Fixer" showInMainMenu="false" showInEditor="false" showInProject="false" showInSearchPopup="false" disabled="false" useConsole="false" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="true">
<exec>
<option name="COMMAND" value="/Users/claudiodekker/.composer/vendor/friendsofphp/php-cs-fixer/php-cs-fixer" />
<option name="PARAMETERS" value="--verbose fix $FilePath$" />
<option name="WORKING_DIRECTORY" value="$ProjectFileDir$" />
</exec>
</tool>
</toolSet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment