-
Notifications
You must be signed in to change notification settings - Fork 280
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 PhpStorm's auto-complete of "DriverInterface" method arguments #847
Improve PhpStorm's auto-complete of "DriverInterface" method arguments #847
Conversation
Codecov Report
@@ Coverage Diff @@
## master #847 +/- ##
=========================================
Coverage 98.50% 98.50%
Complexity 345 345
=========================================
Files 23 23
Lines 1002 1002
=========================================
Hits 987 987
Misses 15 15 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Merging, thank you @uuf6429 . Please explain the difference in working with |
Projects should almost never use the driver directly though. They are expected to work with the high-level Mink API. |
@stof agreed, I believe there are other cases in mink where it makes sense to support that. For example, in my current project, we developed our own selector/locator system with slightly better DX that is still based on mink: (maybe at one point I'll make it into a mink PR) In any case, I believe those attributes are low-effort/impact quick wins. |
@uuf6429 , at least you can create an issue in Mink with that idea. This way at it won't be forgotten. |
The changes are fully backword compatible.