From c91d20ae754fdcbaed05228c942e4464a01c99aa Mon Sep 17 00:00:00 2001 From: El RIDO Date: Wed, 26 Oct 2022 08:03:55 +0200 Subject: [PATCH] try using the updated php-cs dependency on Scrutinizer --- .scrutinizer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index e5358c85..83b659f2 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -34,6 +34,6 @@ build: tests: override: - - command: phpcs-run + command: vendor/bin/phpcs use_website_config: true - php-scrutinizer-run