-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Improve typing for process callback #60679
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 typing for process callback #60679
Conversation
Hey! To help keep things organized, we don't allow "Draft" pull requests. Could you please click the "ready for review" button or close this PR and open a new one when you are done? Note that a pull request does not have to be "perfect" or "ready for merge" when you first open it. We just want it to be ready for a first review. Cheers! Carsonbot |
309ed89
to
00cce47
Compare
01f0536
to
71469bc
Compare
src/Symfony/Component/Console/Command/DumpCompletionCommand.php
Outdated
Show resolved
Hide resolved
449f89c
to
64c9f21
Compare
All comments should be addressed. Thanks for the reviews. |
a4fa6be
to
56cc4ff
Compare
56cc4ff
to
4f6aa8f
Compare
4f6aa8f
to
d8dc857
Compare
Thank you @jack-worman. |
I always find myself digging into the source code to determine what the "shape" of the callback should be. This improvement allows static analysis tools to ensure its correct now.