Skip to content

Commit

Permalink
fix: add cwd to honor project php-cs-fixer (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
zerodahero committed Mar 11, 2024
1 parent ca08dab commit f5f8498
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/conform/formatters/php_cs_fixer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ return {
}, "php-cs-fixer"),
args = { "fix", "$FILENAME" },
stdin = false,
cwd = util.root_file({ "composer.json" }),
}

0 comments on commit f5f8498

Please sign in to comment.