What happened to TypedPropertyRector? #7864
Replies: 1 comment
-
This rule was dangerous and create many false positives based on invalid docblocks. See https://getrector.com/blog/new-in-rector-015-complete-safe-and-known-type-declarations |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to convert
@var
annotations on class properties to typed properties, but it looks likeTypedPropertyRector
is no longer a rule.How do I do this now?
Beta Was this translation helpful? Give feedback.
All reactions