Skip to content

Commit

Permalink
fix: return self
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Ernst committed Jan 30, 2024
1 parent 3d695f9 commit b90afbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Consignment/AbstractConsignment.php
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ public function getState(): ?string
/**
* @param null|string $state
*
* @return \MyParcelNL\Sdk\src\Model\Consignment\AbstractConsignment
* @return self
*/
public function setState(?string $state): self

Check warning on line 861 in src/Model/Consignment/AbstractConsignment.php

View check run for this annotation

Codecov / codecov/patch

src/Model/Consignment/AbstractConsignment.php#L861

Added line #L861 was not covered by tests
{
Expand Down

0 comments on commit b90afbb

Please sign in to comment.