8000 [DependencyInjection] Added type-hints on compiler passes by derrabus · Pull Request #32238 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[DependencyInjection] Added type-hints on compiler passes #32238

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

Merged
merged 1 commit into from
Jun 29, 2019

Conversation

derrabus
Copy link
Member
Q A
Branch? master
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #32179
License MIT
Doc PR N/A

First part of type-hints for the DependencyInjection component. I've started with the compiler passes and since there's quite a lot of them, I've decided to split them off.

@derrabus derrabus requested a review from dunglas as a code owner June 27, 2019 21:56
@derrabus derrabus mentioned this pull request Jun 27, 2019
57 tasks
@derrabus derrabus force-pushed the improvement/type-hints-on-di-passes branch from fc79d66 to 0a24e51 Compare June 28, 2019 00:25
@nicolas-grekas nicolas-grekas added this to the 5.0 milestone Jun 28, 2019
@derrabus derrabus force-pushed the improvement/type-hints-on-di-passes branch from 0a24e51 to d5bc28a Compare June 28, 2019 12:00
@fabpot
Copy link
Member
fabpot commented Jun 29, 2019

Thank you @derrabus.

@fabpot fabpot merged commit d5bc28a into symfony:master Jun 29, 2019
fabpot added a commit that referenced this pull request Jun 29, 2019
…s (derrabus)

This PR was merged into the 5.0-dev branch.

Discussion
----------

[DependencyInjection] Added type-hints on compiler passes

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #32179
| License       | MIT
| Doc PR        | N/A

First part of type-hints for the DependencyInjection component. I've started with the compiler passes and since there's quite a lot of them, I've decided to split them off.

Commits
-------

d5bc28a [DependencyInjection] Added type-hints on compiler passes.
@derrabus derrabus deleted the improvement/type-hints-on-di-passes branch June 29, 2019 07:13
fabpot added a commit that referenced this pull request Jul 3, 2019
This PR was merged into the 4.2 branch.

Discussion
----------

[DependencyInjection] Removed unused field

| Q             | A
| ------------- | ---
| Branch?       | 4.2
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | N/A
| License       | MIT
| Doc PR        | N/A

A minor issue I discovered while analyzing the DI component for #32238: `AnalyzeServiceReferencesPass` defines a private field `$expressionLanguage` that is not used.

Commits
-------

5865140 Removed unused field.
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.

4 participants
0