rector-src icon indicating copy to clipboard operation
rector-src copied to clipboard

[CodeQuality] Add DynamicDocBlockPropertyToNativePropertyRector

Open TomasVotruba opened this issue 1 year ago • 1 comments

TomasVotruba avatar Mar 05 '24 10:03 TomasVotruba

just a drive-by thing which came to my mind: I think the rule should be skipped when a class has magic __get or __set-methods because declaring a real property will prevent php from calling the magic methods

staabm avatar Mar 05 '24 17:03 staabm