From f7b4169fb72336bbc604d1ef54a5a3b4791efd2f Mon Sep 17 00:00:00 2001 From: Marcos Schratzenstaller Date: Fri, 3 May 2019 11:17:14 -0300 Subject: [PATCH] Indentation fix. Again. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a15b8b8..0e2839d 100644 --- a/composer.json +++ b/composer.json @@ -22,8 +22,8 @@ "prefer-stable": true, "scripts": { "phpcs": "phpcs --standard=WordPress --ignore=vendor/,node_modules/,assets/ --extensions=php -p ./", - "phpcs-compat": "phpcs --extensions=php --standard=PHPCompatibilityWP --ignore=vendor/,node_modules/,assets/ --runtime-set testVersion 5.6- -p ./", - "phpcbf": "phpcbf --standard=WordPress --ignore=vendor/,node_modules/,assets/ --extensions=php -p ./" + "phpcs-compat": "phpcs --extensions=php --standard=PHPCompatibilityWP --ignore=vendor/,node_modules/,assets/ --runtime-set testVersion 5.6- -p ./", + "phpcbf": "phpcbf --standard=WordPress --ignore=vendor/,node_modules/,assets/ --extensions=php -p ./" }, "support": { "issues": "https://github.com/studiopress/genesis-simple-sidebars/issues",