We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04aa17f commit 7081a96Copy full SHA for 7081a96
UPGRADING.md
@@ -233,6 +233,16 @@ Use [`PHPStan\Reflection\ReflectionProvider`](https://apiref.phpstan.org/2.0.x/P
233
234
Instead of `PHPStanTestCase::createBroker()`, call `PHPStanTestCase::createReflectionProvider()`.
235
236
+### List type is enabled for everyone
237
+
238
+Removed static methods from `AccessoryArrayListType` class:
239
240
+* `isListTypeEnabled()`
241
+* `setListTypeEnabled()`
242
+* `intersectWith()`
243
244
+Instead of `AccessoryArrayListType::intersectWith($type)`, do `TypeCombinator::intersect($type, new AccessoryArrayListType())`.
245
246
### Minor backward compatibility breaks
247
248
* Classes that were previously `@final` were made `final`
0 commit comments