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

[HttpKernel] fixed wrong reference in TraceableEventDispatcher #10191

Merged
merged 1 commit into from Feb 4, 2014

Conversation

fabpot
Copy link
Member

@fabpot fabpot commented Feb 3, 2014

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #9748, #9727
License MIT
Doc PR n/a

This PR fixes #9748 and #9727 by removing the id state. Only private method signatures have been changed, so that qualifies for a fix in 2.3.

The getNotCalledListeners() is a bit special as it tries to get non-called listeners. It passes null as the event id as if a listener has been called more than once, getting the first call is enough.

fabpot added a commit that referenced this pull request Feb 4, 2014
…cher (fabpot)

This PR was merged into the 2.3 branch.

Discussion
----------

[HttpKernel] fixed wrong reference in TraceableEventDispatcher

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #9748, #9727
| License       | MIT
| Doc PR        | n/a

This PR fixes #9748 and #9727 by removing the `id` state. Only private method signatures have been changed, so that qualifies for a fix in 2.3.

The `getNotCalledListeners()` is a bit special as it tries to get non-called listeners. It passes `null` as the event id as if a listener has been called more than once, getting the first call is enough.

Commits
-------

acd3317 [HttpKernel] fixed wrong reference in TraceableEventDispatcher
@fabpot fabpot merged commit acd3317 into symfony:2.3 Feb 4, 2014
@fabpot fabpot deleted the issue_9727 branch February 12, 2014 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant