Skip to content

Commit

Permalink
Merge pull request #1146 from greg0ire/drop-deprecated-phpstan-options
Browse files Browse the repository at this point in the history
Drop deprecated phpstan configuration options
  • Loading branch information
greg0ire committed Apr 10, 2021
2 parents 5c7b119 + ea4548d commit 6d87c9a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions phpstan.neon.dist
Expand Up @@ -4,14 +4,6 @@ parameters:
paths:
- %currentWorkingDirectory%/lib
- %currentWorkingDirectory%/tests
autoload_directories:
- %currentWorkingDirectory%/tests/Doctrine/Migrations/Tests/Finder/_features
- %currentWorkingDirectory%/tests/Doctrine/Migrations/Tests/Finder/_files
- %currentWorkingDirectory%/tests/Doctrine/Migrations/Tests/Finder/_regression
- %currentWorkingDirectory%/tests/Doctrine/Migrations/Tests/Functional/_files
autoload_files:
- %currentWorkingDirectory%/tests/Doctrine/Migrations/Tests/Configuration/ConfigurationTestSource/Migrations/Version123.php
- %currentWorkingDirectory%/tests/Doctrine/Migrations/Tests/realpath.php
ignoreErrors:
- '~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\:.*~'
Expand Down

0 comments on commit 6d87c9a

Please sign in to comment.