Skip to content

Commit

Permalink
~ Format n files code PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
tungnxt89 committed Oct 21, 2024
1 parent 0753709 commit 5293faa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"scripts": {
"format": "phpcbf --standard=phpcs.xml --report-summary --report-source",
"format-a-file": "phpcbf --standard=phpcs.xml learnpress.php --report-summary --report-source",
"format-n-file": "phpcbf --standard=phpcs.xml learnpress.php inc/Models/CourseModel.php --report-summary --report-source",
"lint": "phpcs --standard=phpcs.xml",
"phpcs": "phpcs --standard=phpcs.xml"
},
Expand Down

0 comments on commit 5293faa

Please sign in to comment.