Skip to content

[HttpKernel] Fix DebugHandlersListener constructor docblock #30847

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
Apr 3, 2019

Conversation

chalasr
Copy link
Member

@chalasr chalasr commented Apr 3, 2019

Q A
Branch? 3.4
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets n/a
License MIT
Doc PR n/a

* @param array|int $levels An array map of E_* to LogLevel::* or an integer bit field of E_* constants
* @param int|null $throwAt Thrown errors in a bit field of E_* constants, or null to keep the current value
* @param bool $scream Enables/disables screaming mode, where even silenced errors are logged
* @param string|FileLinkFormatter|null $fileLinkFormat The format for links to source files
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

forwarded to the ExceptionHandler which supports only string|FileLinkFormatter

$handler->setFileLinkFormat($this->fileLinkFormat);

@fabpot
Copy link
Member

fabpot commented Apr 3, 2019

Thank you @chalasr.

@fabpot fabpot merged commit 2e4020c into symfony:3.4 Apr 3, 2019
fabpot added a commit that referenced this pull request Apr 3, 2019
…ock (chalasr)

This PR was merged into the 3.4 branch.

Discussion
----------

[HttpKernel] Fix DebugHandlersListener constructor docblock

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

Commits
-------

2e4020c [HttpKernel] Fix DebugHandlersListener constructor docblock
@chalasr chalasr deleted the filelinkformatter-type branch April 3, 2019 11:52
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