Last active
April 9, 2021 13:40
-
-
Save MarceloHoffmeister/738bce275421cd02cefd8bd176474a62 to your computer and use it in GitHub Desktop.
PHP-CS-Fixer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<TaskOptions> | |
<TaskOptions> | |
<option name="arguments" value="fix -v --config .php_cs.dist --path-mode=intersection -- $FilePath$" /> | |
<option name="checkSyntaxErrors" value="true" /> | |
<option name="description" /> | |
<option name="exitCodeBehavior" value="ERROR" /> | |
<option name="fileExtension" value="php" /> | |
<option name="immediateSync" value="false" /> | |
<option name="name" value="PHP CS Fixer" /> | |
<option name="output" value="" /> | |
<option name="outputFilters"> | |
<array /> | |
</option> | |
<option name="outputFromStdout" value="false" /> | |
<option name="program" value="$PROJECT_DIR$/vendor/friendsofphp/php-cs-fixer/php-cs-fixer" /> | |
<option name="runOnExternalChanges" value="true" /> | |
<option name="scopeName" value="All Places" /> | |
<option name="trackOnlyRoot" value="false" /> | |
<option name="workingDir" value="$ProjectFileDir$" /> | |
<envs /> | |
</TaskOptions> | |
</TaskOptions> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment