Skip to content

Commit

Permalink
Use generators for large data providers (#6508)
Browse files Browse the repository at this point in the history
|      Q       |   A
|------------- | -----------
| Type         | improvement
| Fixed issues | N/A

#### Summary

While merging 3.9.x I found myself debugging PHPStan errors in the
humongous array shape that is the `dataExpandListParameters` data
provider. I'd like to use a generator function instead which should give
us more precise static analysis results in the future.

These are mostly whitespace changes. GitHub's default diff view is not
very helpful, I'm afraid. 🙈
  • Loading branch information
derrabus authored Aug 28, 2024
1 parent 5980613 commit d19cf2c
Showing 1 changed file with 365 additions and 337 deletions.
Loading

0 comments on commit d19cf2c

Please sign in to comment.