Skip to content

Commit 46a2477

Browse files
committed
Upgrading note
1 parent 58a5251 commit 46a2477

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

UPGRADING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,9 @@ Instead of `AccessoryArrayListType::intersectWith($type)`, do `TypeCombinator::i
309309
* Added more methods around PHPDoc types and native types to the (new) `ClassConstantReflection`
310310
* Interface `GlobalConstantReflection` renamed to `ConstantReflection`
311311
* Renamed interfaces and classes from `*WithPhpDocs` to `Extended*`
312+
* `ParametersAcceptorWithPhpDocs` -> `ExtendedParametersAcceptor`
313+
* `ParameterReflectionWithPhpDocs` -> `ExtendedParameterReflection`
314+
* `FunctionVariantWithPhpDocs` -> `ExtendedFunctionVariant`
312315
* `ClassPropertyNode::getNativeType()` return type changed from AST node to `Type|null`
313316
* Class `PHPStan\Node\ClassMethod` (accessible from `ClassMethodsNode`) is no longer an AST node
314317
* Call `PHPStan\Node\ClassMethod::getNode()` to access the original AST node

0 commit comments

Comments
 (0)