Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

Remove redondant parameter #61

Merged
merged 1 commit into from
Oct 15, 2013
Merged

Remove redondant parameter #61

merged 1 commit into from
Oct 15, 2013

Conversation

ruian
Copy link
Contributor

@ruian ruian commented Oct 15, 2013

No description provided.

stof added a commit that referenced this pull request Oct 15, 2013
Remove redondant parameter
@stof stof merged commit 1c87809 into symfony:master Oct 15, 2013
fabpot added a commit that referenced this pull request Nov 4, 2013
This PR was merged into the master branch.

Discussion
----------

Flush spool queue for console terminate as well

Mail spool were only flush at the end of a HTTP Request (KernelEvents:TERMINATE). In case of a console command sending mail using a spool, the spool was not flushed, so no mail was sent (and in case of MemorySpool, the mail were lost).

So this PR subscribes to the ConsoleEvents:TERMINATE to do the same flushing as in the context of a HTTP request.

Commits
-------

4de0f63 Cleanup use and unused parameter
4b90392 Flush spool queue for console terminate as well
1c87809 Merge pull request #61 from ruian/patch-1
336d332 Remove redondant parameter
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants