-
-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
The parameter reference function parameter(String) is deprecated and replaced by to(String) as it can refer to both a constructor parameter or a target property.
Describe the solution you'd like
Remove the deprecated parameter(String) function.