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

Add types to constructors and private/final/internal methods (Batch II) #33709

Merged
merged 1 commit into from
Oct 3, 2019

Conversation

derrabus
Copy link
Member

Q A
Branch? 4.4
Bug fix? no
New feature? no
Deprecations? no
Tickets #32179, #33228
License MIT
Doc PR N/A

Followup to #33519, this time with:

  • Form
  • HttpClient
  • HttpKernel
  • intl
  • Ldap
  • Ldap
  • Lock
  • Messenger
  • Processor
  • PropertyInfo
  • Routing
  • Security
  • Serializer
  • Stopwatch
  • Translation

@nicolas-grekas
Copy link
Member

Thank you. I'm not sure about any of the changes on tests: they provide nothing quality-wise, and make merges more conflict-prone.

@derrabus derrabus force-pushed the improvement/non-breaking-types-2 branch from 9ed0817 to b186826 Compare September 30, 2019 12:06
@derrabus
Copy link
Member Author

Thank you. I'm not sure about any of the changes on tests: they provide nothing quality-wise, and make merges more conflict-prone.

On the last PR, we agreed that I could add types to tests that don't exist on the 3.4 branch. That should be the case for the Messenger and HttpClient tests that I've patched here.

@Tobion Tobion force-pushed the improvement/non-breaking-types-2 branch from 19c1ed9 to 9378eb4 Compare October 3, 2019 11:24
@Tobion
Copy link
Member

Tobion commented Oct 3, 2019

Thank you @derrabus.

@Tobion Tobion closed this in b2d6c10 Oct 3, 2019
@Tobion Tobion merged commit 9378eb4 into symfony:4.4 Oct 3, 2019
@derrabus derrabus deleted the improvement/non-breaking-types-2 branch October 3, 2019 12:36
nicolas-grekas added a commit that referenced this pull request Oct 7, 2019
…hods (Batch III) (derrabus)

This PR was squashed before being merged into the 4.4 branch (closes #33770).

Discussion
----------

Add types to constructors and private/final/internal methods (Batch III)

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | #32179, #33228
| License       | MIT
| Doc PR        | N/A

Followup to #33709, this time with:
* Validator
* VarDumper
* Workflow
* Yaml
* all bridges
* all bundles

That should be the final batch. 😃

Commits
-------

6493902 Add types to constructors and private/final/internal methods (Batch III)
@nicolas-grekas nicolas-grekas modified the milestones: next, 4.4 Oct 27, 2019
hultberg pushed a commit to hultberg/symfony that referenced this pull request Sep 17, 2021
…nal methods (Batch II) (derrabus)

This PR was squashed before being merged into the 4.4 branch (closes symfony#33709).

Discussion
----------

Add types to constructors and private/final/internal methods (Batch II)

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | symfony#32179, symfony#33228
| License       | MIT
| Doc PR        | N/A

Followup to symfony#33519, this time with:
* Form
* HttpClient
* HttpKernel
* intl
* Ldap
* Ldap
* Lock
* Messenger
* Processor
* PropertyInfo
* Routing
* Security
* Serializer
* Stopwatch
* Translation

Commits
-------

9378eb4 Add types to constructors and private/final/internal methods (Batch II)
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

4 participants