From 35bd1893baedb6e7c2e5a5d95b956266041fa282 Mon Sep 17 00:00:00 2001 From: Luke Rodgers Date: Mon, 7 Nov 2022 16:41:04 +0000 Subject: [PATCH] Add newlines to end of files when they were missign --- .gitignore | 2 +- dev/phpstan/phpstan.neon | 2 +- dev/phpstan/run.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 37799709..8ce5e7df 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,4 @@ dev/instances/magento* dev/vendor/ dev/phpunit/functional/.phpunit.result.cache dev/phpunit/unit/.phpunit.result.cache -dev/phpstan/vendor \ No newline at end of file +dev/phpstan/vendor diff --git a/dev/phpstan/phpstan.neon b/dev/phpstan/phpstan.neon index 335833d7..9adb2945 100644 --- a/dev/phpstan/phpstan.neon +++ b/dev/phpstan/phpstan.neon @@ -3,4 +3,4 @@ parameters: - %currentWorkingDirectory%/stub.php paths: - %currentWorkingDirectory%/../../src - level: 6 \ No newline at end of file + level: 6 diff --git a/dev/phpstan/run.sh b/dev/phpstan/run.sh index 649ba7ff..b59bb111 100755 --- a/dev/phpstan/run.sh +++ b/dev/phpstan/run.sh @@ -4,4 +4,4 @@ set -ev cd $DIR_BASE test -d "vendor" || composer install -vendor/bin/phpstan analyse \ No newline at end of file +vendor/bin/phpstan analyse