DEVSENSE / phptools-docs

PHP Tools public content
Apache License 2.0
79 stars 10 forks source link

Code Action: Getters and Setters generating incorrect function names #570

Closed murugappanrm closed 3 months ago

murugappanrm commented 4 months ago

Hi,

I am using versions v1.47.15512 (the latest). When i use the code action and generate the getters and setters for the class constructor variables, the name of the getter and setter function is incorrect. See screencap below:

Screenshot_1

jakubmisek commented 3 months ago

fixed in the upcoming update, thanks!

murugappanrm commented 3 months ago

Hi @jakubmisek thank you for the update. Will test it out today.