-
Notifications
You must be signed in to change notification settings - Fork 25
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
Improve and fix #9
base: master
Are you sure you want to change the base?
Conversation
Thanks for your contributions, @bueltge! Unfortunately, I have very little time at the moment. I'm not familiar with Palm, what is it supposed to do? |
Hey @elcobvg example |
…ot strict in this case.
Thanks a lot of the Dropin, fine solution.
I fix two topics inside the code to get more solid usage and add more solid source code to maintain easier. I enhance also the composer.json to use them via composer workflow and add the necessary dependencies.
Small hint in content of method
incr()
. I mean you should return only one type of return type, in your case Integer. Maybe you should remove thefalse
and use0
as value for failures.Best regards