Skip to content

Commit

Permalink
Updating Rector
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralbot committed Mar 23, 2023
1 parent b26f5e0 commit 44e35a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ExceptionHandler.php
Expand Up @@ -32,7 +32,6 @@ public function __construct()

public function register(): void
{
/** @noRector RemoveExtraParametersRector */
\register_shutdown_function($this->handleShutdown(...));
\set_error_handler($this->handleError(...));
\set_exception_handler($this->handleGlobalException(...));
Expand Down

0 comments on commit 44e35a2

Please sign in to comment.