Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
theimerj authored and github-actions[bot] committed Jan 12, 2024
1 parent 89e47df commit 7b15dfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Stubs/Lunar/TestTaxDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class TestTaxDriver implements TaxDriver
/**
* {@inheritDoc}
*/
public function setShippingAddress(Addressable $address = null): self
public function setShippingAddress(?Addressable $address = null): self
{
$this->shippingAddress = $address;

Expand All @@ -58,7 +58,7 @@ public function setCurrency(Currency $currency): self
/**
* {@inheritDoc}
*/
public function setBillingAddress(Addressable $address = null): self
public function setBillingAddress(?Addressable $address = null): self
{
$this->billingAddress = $address;

Expand Down

0 comments on commit 7b15dfd

Please sign in to comment.