Release Notes for 2.13.4
2.13.4
- Total issues resolved: 0
- Total pull requests resolved: 23
- Total contributors: 8
Bugfixes
- 10110: Fix deprecated trigger help comment thanks to @davidromani
- 10074: Fix change set computation with enums thanks to @HypeMC
Static Analysis
- 10221: Reverse-engineer actual type from code thanks to @greg0ire
- 10213: Psalm 4.30.0, PHPStan 1.9.2 thanks to @derrabus
- 10200: PHPStan 1.9.0 thanks to @derrabus
- 10182: PHPStan 1.8.11 thanks to @derrabus
- 10163: Fix build with DBAL 3.5 thanks to @derrabus
- 10144: Fix FieldMapping for generated key thanks to @ondrejmirtes
- 10128: Psalm 4.29 thanks to @derrabus
- 10115: PHPStan 1.8.8, Psalm 4.28.0 thanks to @derrabus
Documentation
- 10179: Remove reference to deprecated DriverChain from docs thanks to @derrabus
- 10176: Migrate more references to annotations thanks to @greg0ire
- 10174: Adapt use statements to the code thanks to @greg0ire
- 10160: Adjust comments thanks to @greg0ire
- 10157: Migrate more documentation towards attributes thanks to @greg0ire
- 10126: Modernize documentation code thanks to @greg0ire
- 10120: Fix grammer in working-with-objects thanks to @jonnyeom
- 10104: Add isMemberOf and isInstanceOf to Expr helper list thanks to @ker0x
Test Suite
- 10239: Adjust expectation thanks to @greg0ire
- 10229: Widen parameter type thanks to @greg0ire
CI
- 10180: Bump CI to PHP 8.2 and latest database versions thanks to @derrabus
- 10136: Stop triggering static analysis workflows on tests thanks to @greg0ire
Improvement
- 10154: Do not export phpstan stuff thanks to @simPod