From 5293faa92dfdbcc71ec02ba07bde0f6a7aa829c5 Mon Sep 17 00:00:00 2001 From: Tungnx Date: Mon, 21 Oct 2024 11:51:18 +0700 Subject: [PATCH] ~ Format n files code PHP --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index d3fcd3f4f..82db627d3 100644 --- a/composer.json +++ b/composer.json @@ -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" },