-
-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty string check when setting a property. #153
Empty string check when setting a property. #153
Conversation
Added empty string check when setting a property.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your PR!
The changes should be done in the generator template as they will otherwise be reverted the next time we generate the source code.
Update generator\templates\static\BaseType.php Moved the piece of code that checks for empty strings #151 to Generator Template file.
Thanks and sorry about that. I should have be more familiar with the project before submiting any request. Also, I'm still learning how Github works 😅. |
Everything fine! 😉 That's why we review PRs before merging. 😊 Thanks for the quick fix. I'm on the road right now - but seems good. |
Update BaseType.php
Added empty string check when setting a property.
Fixes issue #151