diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 5c9406a..7bbc29b 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -6,7 +6,7 @@ on: - ".docs/**" push: branches: - - "master" + - "*" schedule: - cron: "0 8 * * 1" # At 08:00 on Monday diff --git a/phpstan.neon b/phpstan.neon index 9ab0342..69ff9b9 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -7,11 +7,6 @@ includes: parameters: phpVersion: 70400 ignoreErrors: - - - message: "#^Unable to resolve the template type T in call to method static method Doctrine\\\\DBAL\\\\DriverManager\\:\\:getConnection\\(\\)$#" - count: 1 - path: src/ConnectionFactory.php - - message: """