Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/2.3.x' into 2.3.x-merge-up-into-…
Browse files Browse the repository at this point in the history
…3.0.x_5fcbdd6b6fcab7.24328420
  • Loading branch information
greg0ire committed Dec 5, 2020
2 parents f1b38c7 + af91502 commit db4fb32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ parameters:
path: %currentWorkingDirectory%/lib/Doctrine/Migrations/Tools/Console/ConsoleLogger.php
- '~Unable to resolve the template type T in call to method static method Doctrine\\DBAL\\DriverManager\:\:getConnection\(\)~'
- '~Call to method getVersion\(\) of deprecated class PackageVersions\\Versions\:.*~'
- '~^Parameter #1 \$files of method Doctrine\\Migrations\\Finder\\Finder::loadMigrationClasses\(\) expects array<string>, array<int, string\|false> given\.\z~'
- '~^Class Doctrine\\Migrations\\Tests\\DoesNotExistAtAll not found\.\z~'
- '~^Call to method getVersion\(\) of deprecated class PackageVersions\\Versions\.$~'
# Drop when bumping to doctrine/dbal 2.11+
- '~^.*PrimaryReadReplicaConnection.*$~'


symfony:
Expand Down

0 comments on commit db4fb32

Please sign in to comment.