-
Notifications
You must be signed in to change notification settings - Fork 10
Fix #29 - Turn ShapeType into an enum #34
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
Fix #29 - Turn ShapeType into an enum #34
Conversation
|
Hi. Is there anything I can do on my side to get this merged? |
williamdes
left a comment
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.
Thank you for this improvement !
|
What do you think @MauricioFauth ? |
|
Hi @MauricioFauth . Thanks for your feedback. I just added a commit which turns enum cases in PascalCase and adds an Unknown type. Lemme know what you think. Thanks! |
|
@JoolsMcFly Could you please add a |
Hi @MauricioFauth . |
|
Thanks for your review. It all makes sense and I've made required changes. |
MauricioFauth
left a comment
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.
Great work! Thanks!
turn ShapeType into an Enum Signed-off-by: Julien Dephix <jdephix@hotmail.com>
5bbba9a to
d302fee
Compare
|
Alright, squashed and signed! |
Hi!
Thought I'd give a go at #29 .
In various places
shapeTypewas set to-1as default value. I replaced it withShapeType::NULLand would like feed back on that.Thanks for reviewing!
Fixes Change the ShapeType class to be an enum #29
Related to Create the
PhpMyAdmin\ShapeFile\ShapeTypeclass #26