-
Notifications
You must be signed in to change notification settings - Fork 213
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
Code modernization #207
base: master
Are you sure you want to change the base?
Code modernization #207
Conversation
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.
All tests pass - I think that an update was really needed
This looks really good! Hopefully, it's merged. |
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.
I really hope this gets merged. All looks good
Let me review this :) |
I tried to modernize the library's source code in the following pull request.
Why?
I needed to extend the
ImplersonateManager
code in a given project. I had no problems doing this, but the project implies 100% code coverage, which was impossible due to the extension of the manager. It has no argument types, so when extending, I can't put them in either.What have I done?
Hope this PR helps and gets merged 😃