Skip to content

Commit

Permalink
fix phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelvais committed Oct 1, 2024
1 parent e929943 commit 4840e35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Endpoint/BatchSendingsEndpoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ public function __construct(DigiSign $parent)
parent::__construct($parent, '/api/batch-sendings');
}

public function items(string $id): BatchSendingsItemsEndpoint
public function items(string $id): BatchSendingItemsEndpoint
{
return new BatchSendingsItemsEndpoint($this, $id);
return new BatchSendingItemsEndpoint($this, $id);
}
}

0 comments on commit 4840e35

Please sign in to comment.