File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -146,6 +146,7 @@ Improvements 🔧
146
146
* Remove inefficient caching from ` PhpMethodReflection ` and ` PhpFunctionReflection::isVariadic() ` ([ #3534 ] ( https://github.com/phpstan/phpstan-src/pull/3534 ) ), thanks @staabm !
147
147
* Clean file cache from unused items (https://github.com/phpstan/phpstan-src/commit/466ad51740d629c9137a77dac28a676b71ef7197 )
148
148
* Journal for used generated containers (https://github.com/phpstan/phpstan-src/commit/57c65888e6372a4056afbbacc8207d411ea8559a )
149
+ * Use named argument in error for variadic types ([ #3611 ] ( https://github.com/phpstan/phpstan-src/pull/3611 ) ), thanks @ruudk !
149
150
150
151
Bugfixes 🐛
151
152
=====================
@@ -210,5 +211,6 @@ Internals 🔍
210
211
* Remove $isFinal dead-code in PhpFunctionReflection ([ #3545 ] ( https://github.com/phpstan/phpstan-src/pull/3545 ) ), thanks @staabm !
211
212
* Get rid of unnecessary ` instanceof self ` in ` ConstantArrayType ` ([ #3552 ] ( https://github.com/phpstan/phpstan-src/pull/3552 ) ), thanks @herndlm !
212
213
* test: use ` bashunit -a ` exit_code to check for errors ([ #3533 ] ( https://github.com/phpstan/phpstan-src/pull/3533 ) ), thanks @Chemaclass !
214
+ * Upgrade bashunit:0.18.0 for e2e tests ([ #3614 ] ( https://github.com/phpstan/phpstan-src/pull/3614 ) ), thanks @Chemaclass !
213
215
* Remove dead code ([ #3575 ] ( https://github.com/phpstan/phpstan-src/pull/3575 ) ), thanks @staabm !
214
216
* Remove dead code in ConstantConditionRuleHelper ([ #3597 ] ( https://github.com/phpstan/phpstan-src/pull/3597 ) ), thanks @staabm !
You can’t perform that action at this time.
0 commit comments