Skip to content

Commit

Permalink
Merge pull request #481 from nutgram/analysis-4wowQn
Browse files Browse the repository at this point in the history
  • Loading branch information
sergix44 committed Jun 5, 2023
2 parents 29bf7dd + 9615ff2 commit 4465e3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Handlers/FiresHandlers.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

trait FiresHandlers
{

/**
* @param string $type
* @param array $parameters
Expand Down Expand Up @@ -74,5 +73,4 @@ protected function fireExceptionHandlerBy(string $type, Throwable $e): mixed
$handler = reset($handlers)->setParameters($e);
return $handler($this);
}

}

0 comments on commit 4465e3e

Please sign in to comment.