From ed89a33271e15dc050701595f1a4e8e271d723bd Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 27 Sep 2022 18:07:48 +0200 Subject: [PATCH] upddate --- .github/workflows/main.yml | 2 +- Config/phpstan.neon | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6655703..8bc1bae 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: submodules: recursive token: ${{ secrets.GH_PAT }} - name: Lint Code Base - uses: github/super-linter@v4 + uses: github/super-linter/slim@v4 env: VALIDATE_ALL_CODEBASE: false DEFAULT_BRANCH: develop diff --git a/Config/phpstan.neon b/Config/phpstan.neon index 9a56271..1c56de2 100755 --- a/Config/phpstan.neon +++ b/Config/phpstan.neon @@ -56,6 +56,7 @@ parameters: - '#.*unserialize\(\) has parameter .* with no typehint specified#' - '#.*refClass with generic class ReflectionClass but does not specify its types.*#' - '#.*class Mpdf\\.*#' + - '#.*PHPDoc tag @var for constant.*#' - message: '#.*has parameter \$con with no typehint specified#' path: *Ftp/File.php