Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Process] [5.0] Replace docblocks by type-hints#32273
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
tigitz commentedJul 1, 2019
@derrabus@nicolas-grekas While my initial scope was to take care of new type-hintable params allowed by 5.0, I went a little bit further and took care of others type-hintable params. But fact is, these additional type-hints can already lands in 4.* IMO and be seen as a continuation of#24722. So I'll keep this PR exclusively about it's initial 5.0 scope and make another one targeting 4.* version with these additional type-hints. Sorry for the bother |
fabpot commentedJul 5, 2019
Thank you@tigitz. |
…e Segatori, tigitz)This PR was squashed before being merged into the 5.0-dev branch (closes#32273).Discussion----------[Process] [5.0] Replace docblocks by type-hints| Q | A| ------------- | ---| Branch? | master| Bug fix? | no| New feature? | no| BC breaks? | no| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->| Tests pass? | yes <!-- please add some, will be required by reviewers -->| Fixed tickets | continuation of#24722 and checks for#32179| License | MIT| Doc PR | N/AThis PR adds replace docblocks by type hints in the Process component. Some docblocks without valuable information got also removed.Commits-------5c964c5 [Process] [5.0] Replace docblocks by type-hints
Uh oh!
There was an error while loading.Please reload this page.
This PR adds replace docblocks by type hints in the Process component. Some docblocks without valuable information got also removed.