Skip to content

Commit

Permalink
QA: fix phpstan (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrparolek authored Jun 2, 2021
1 parent 9214d1a commit e70ea5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- ".docs/**"
push:
branches:
- "master"
- "*"
schedule:
- cron: "0 8 * * 1" # At 08:00 on Monday

Expand Down
5 changes: 0 additions & 5 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -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:
"""
Expand Down

0 comments on commit e70ea5c

Please sign in to comment.