-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Add types to constructors and private/final/internal methods (Batch II) #33709
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
Conversation
src/Symfony/Component/Form/Extension/Core/DataTransformer/DateIntervalToStringTransformer.php
Outdated
Show resolved
Hide resolved
Thank you. I'm not sure about any of the changes on tests: they provide nothing quality-wise, and make merges more conflict-prone. |
9ed0817
to
b186826
Compare
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. |
b186826
to
19c1ed9
Compare
19c1ed9
to
9378eb4
Compare
Thank you @derrabus. |
…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)
…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)
Followup to #33519, this time with: