refactor #14081 Change deprecated PHPStan config (Zales0123)

This PR was merged into the 1.11 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.11  |
| Bug fix?        | no                                                       |
| New feature?    | no                                                       |
| BC breaks?      | no                                                       |
| Deprecations?   | no |
| Related tickets |  |
| License         | MIT                                                          |


Commits
-------

2ae7106fba Change deprecated PHPStan config
This commit is contained in:
Grzegorz Sadowski 2022-06-15 14:02:52 +02:00 committed by GitHub
commit c4ee00da44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ parameters:
paths:
- 'src/'
excludes_analyse:
excludePaths:
# Test dependencies
- '**/spec/**.php'
- '**/Bundle/*/test/**.php'