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

Change deprecated pushHandler to prependHandler #635

Merged
merged 1 commit into from
Jul 24, 2019
Merged

Change deprecated pushHandler to prependHandler #635

merged 1 commit into from
Jul 24, 2019

Conversation

beebus
Copy link
Contributor

@beebus beebus commented Jul 24, 2019

On https://github.com/filp/whoops/blob/master/src/Whoops/Run.php on lines 43-54, it states that pushHandler is being replaced with prependHandler.

Specifically:

* @deprecated use appendHandler and prependHandler instead
     */
    public function pushHandler($handler)
    {
        return $this->prependHandler($handler);
    }

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
On https://github.com/filp/whoops/blob/master/src/Whoops/Run.php on lines 43-54, it states that pushHandler is being replaced with prependHandler.

Specifically:
* @deprecated use appendHandler and prependHandler instead
     */
    public function pushHandler($handler)
    {
        return $this->prependHandler($handler);
    }
@denis-sokolov denis-sokolov merged commit dcc38c0 into filp:master Jul 24, 2019
@denis-sokolov
Copy link
Collaborator

Thank you for your contributions!

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

2 participants