Skip to content

Commit

Permalink
Merge pull request #146 from BrianHenryIE/patch-1
Browse files Browse the repository at this point in the history
Add full path to `phpcbf` in pre-commit hook
  • Loading branch information
serhack committed Oct 20, 2023
2 parents eda8248 + a54852a commit 3e1c5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"extra": {
"hooks": {
"pre-commit": [
"phpcbf"
"vendor/bin/phpcbf"
]
}
},
Expand Down

0 comments on commit 3e1c5a0

Please sign in to comment.