Skip to content

Commit

Permalink
chore: phpcbf
Browse files Browse the repository at this point in the history
  • Loading branch information
imnavanath committed Sep 22, 2023
1 parent 77458f8 commit 7fdf267
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"scripts": {
"format": "phpcbf --standard=phpcs.xml.dist --report-summary --report-source",
"lint": "phpcs --standard=phpcs.xml.dist --report-summary --report-source"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}

0 comments on commit 7fdf267

Please sign in to comment.