Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Mar 12, 2024
1 parent 0e9795a commit 0e7059e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Channel/Models/Channel.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ public function getConfigurationSchema(): ?Schematized
return null;
}


public function sluggable(): array
{
return [
Expand Down
1 change: 0 additions & 1 deletion src/Channel/Tests/ChannelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,5 @@ public function it_can_return_the_merchant_from_model_data()
$this->assertEquals('Building F', $merchant->getAddress()->getAddress2());
$this->assertEquals('IT', $merchant->getAddress()->getCountryCode());
$this->assertEquals('41044', $merchant->getAddress()->getPostalCode());

}
}

0 comments on commit 0e7059e

Please sign in to comment.