Skip to content

ErrorHandler preserve our error handler #30140

@ondrab1

Description

@ondrab1

Symfony version(s) affected: 3.4.22

Description

We are temporary overwriting error handler to mute notices, warnings by our custom error handler for a while we need it. By the change in that commit it was killed, because our custom error handler is being overwritten in this place:

set_error_handler([$this, __FUNCTION__]);

How to reproduce

Revert commit b979fff

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions