Bug report
With latest upgrade to 0.12.84 (by probably fixing #4808) PHPStan loses the typing of an array coming from an upper class.
Code snippet that reproduces the problem
https://phpstan.org/r/d4e5e3e8-57f6-4f1b-88e6-cfcd73e8c8ef
Expected output
No errors reports.
PS Simple type hinting of $connectionParameters inside Closure:bind would have helped, but fixing type erasure will be a proper solution.