From adbfecaeebecad4691778d474cdd3b2c0830b43d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Uzna=C5=84ski?= Date: Mon, 8 Jul 2024 01:15:27 +0200 Subject: [PATCH] Fix path --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b867bfb..52ae020 100644 --- a/composer.json +++ b/composer.json @@ -143,7 +143,7 @@ ], "ci:php:cs-fixer": "php-cs-fixer fix --config .php-cs-fixer.php -v --dry-run --diff", "ci:php:lint": "find .*.php *.php Classes Configuration Tests -name '*.php' -print0 | xargs -r -0 -n 1 -P 4 php -l", - "ci:php:sniff": "phpcs --standard=Build/php/phpcs.xml Classes Configuration Tests", + "ci:php:sniff": "phpcs --standard=Build/phpcs/phpcs.xml Classes Configuration Tests", "ci:php:stan": "phpstan --no-progress", "ci:static": [ "@ci:composer:normalize",