francodacosta / atom-php-getters-setters

automatically generate _Getters_ and _Setters_ for your php classes in the atom.io editor
MIT License
17 stars 10 forks source link

Getters and setters generating error #7

Closed litar1 closed 10 years ago

litar1 commented 10 years ago

When I want to generate getters and setters for my class I get error which is shown below. image

Thank you in advance for helping me.

francodacosta commented 10 years ago

@litar1 does your file has any code ? it seems like no property was declared in the class

litar1 commented 10 years ago

I had the code but it was incorrect. It is working now. My mistake. Thank you @francodacosta !