Skip to content
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

[Process] [5.0] Replace docblocks by type-hints #32273

Merged
merged 1 commit into from Jul 5, 2019
Merged

[Process] [5.0] Replace docblocks by type-hints #32273

merged 1 commit into from Jul 5, 2019

Conversation

tigitz
Copy link
Contributor

@tigitz tigitz commented Jun 28, 2019

Q A
Branch? master
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets continuation of #24722 and checks for #32179
License MIT
Doc PR N/A

This PR adds replace docblocks by type hints in the Process component. Some docblocks without valuable information got also removed.

@tigitz tigitz mentioned this pull request Jun 28, 2019
57 tasks
@tigitz tigitz changed the title [Process] [5.0] Add parameter type-hints [Process] Replace docblocks by type-hints Jun 28, 2019
@tigitz tigitz changed the title [Process] Replace docblocks by type-hints [Process] [5.0] Replace docblocks by type-hints Jun 29, 2019
@nicolas-grekas nicolas-grekas added this to the 5.0 milestone Jun 30, 2019
@tigitz
Copy link
Contributor Author

tigitz commented Jul 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
Copy link
Member

fabpot commented Jul 5, 2019

Thank you @tigitz.

@fabpot fabpot merged commit 5c964c5 into symfony:master Jul 5, 2019
fabpot added a commit that referenced this pull request Jul 5, 2019
…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/A

This 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants