You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node constructor arguments accepting types now longer accept plain strings. Either an `Identifier` or `Name` (or `ComplexType`) should be passed instead. This affects the following constructor arguments:
311
+
Node constructor arguments accepting types no longer accept plain strings. Either an `Identifier` or `Name` (or `ComplexType`) should be passed instead. This affects the following constructor arguments:
312
312
313
313
* The `'returnType'` key of `$subNodes` argument of `Node\Expr\ArrowFunction`.
314
314
* The `'returnType'` key of `$subNodes` argument of `Node\Expr\Closure`.
0 commit comments