From f76fd06055f422ed4afc44c0d017d8be06083711 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 1 Aug 2020 05:56:32 +0200 Subject: [PATCH] Copied to wrong path. --- .ci/phpstan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/phpstan.sh b/.ci/phpstan.sh index 8afd95365a..d215fb6e27 100755 --- a/.ci/phpstan.sh +++ b/.ci/phpstan.sh @@ -4,7 +4,7 @@ composer install --no-suggest --no-scripts --no-ansi # enable test .env file. -cp .ci/.env.ci ../.env +cp .ci/.env.ci .env # Do static code analysis. ./vendor/bin/phpstan analyse -c .ci/phpstan.neon --no-progress