-
Notifications
You must be signed in to change notification settings - Fork 136
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
Add remove methods #36
Conversation
Add tests for method has and method remove Add .idea to .gitignore for phpstorm's users
Hi, thanks for the pull request. Personally I wouldn't add a That said, the |
I understand. For me, it's like offsetUnset of ArrayAccess. |
To be completely honest, the only reason we have Obviously if more people want this, then there's no problem 👍 |
I agree with @hassankhan, I never had the need of the remove method. |
Juste remove the remove method
Ok, I update and remove remove method. |
Add comment for gitignore
Thanks for the PR! |
…it/phpunit-8.0.1 Bump phpunit/phpunit from 7.5.2 to 8.0.1
Add has and remove methods to use Config easier
Add tests for method has and method remove
Add .idea to .gitignore for phpstorm's users