Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHemery authored and github-actions[bot] committed Jan 24, 2024
1 parent 2962639 commit 796945a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/BrevoException.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

final class BrevoException extends Exception
{

public function __construct(ResponseInterface $response, $notifiable)
{
$statusCode = $response->getStatusCode();
Expand All @@ -24,5 +23,4 @@ public function __construct(ResponseInterface $response, $notifiable)

parent::__construct($message, $statusCode);
}

}

0 comments on commit 796945a

Please sign in to comment.