Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
opheus2 committed Jan 9, 2024
1 parent 03bb158 commit af0d850
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Helpers/Builder/TokenParams.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,6 @@ public function getDomainId(): string
*/
public function setDomainId(mixed $domainId): TokenParams
{
GeneralHelpers::assert(
fn () => Assertion::string($domainId, 'Domain id must be a string or an array.') ||
Assertion::isArray($domainId, 'Domain id must be a string or an array.')
);

$this->domainId = $domainId;

return $this;
Expand Down

0 comments on commit af0d850

Please sign in to comment.