Release Notes for 1.1.0
This release includes fixes related to the Unsealed Array Shapes feature introduced in PHPStan 2.2.
For more information about Unsealed Array Shapes, please refer to the PHPStan article below:
https://phpstan.org/blog/phpstan-2-2-unsealed-array-shapes-safer-array-keys
As of this version (1.1.0), installation with PHPStan 2.1 is still supported;
however, we recommend upgrading to PHPStan 2.2.
1.1.0
- Total issues resolved: 0
- Total pull requests resolved: 3
- Total contributors: 3
Improvements 🔧
-
101: Additional fixes related to #99(unsealed array support) thanks to @sasezaki
-
99: Return unsealed context shapes for PHPStan 2.2 compatibility thanks to @robotomarvin
-
98: Merge release 1.0.1 into 1.1.x thanks to @github-actions[bot]