Skip to content

Commit

Permalink
[rector] Rector fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 28, 2023
1 parent d0eae59 commit 7d114fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rejection.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
final class Rejection
{
public function __construct(
public string $reason = '',
public array $item,
public string $reason = '',
) {
}
}

0 comments on commit 7d114fc

Please sign in to comment.