Skip to content

Commit

Permalink
Mark Result as final
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric committed Oct 9, 2023
1 parent e3561fc commit fd39f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Transport/Result.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* This class contains the details of the sending operation of an event, e.g.
* if it was sent successfully or if it was skipped because of some reason.
*/
class Result
final class Result
{
/**
* @var ResultStatus The status of the sending operation of the event
Expand Down

0 comments on commit fd39f7e

Please sign in to comment.