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 Jul 11, 2024
1 parent 7a78f45 commit 766f437
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function toArray(): array
protected static function assertType(array $types, string $value): void
{
if (! in_array($value, $types)) {
throw new TypeError("Value must be one of: " . implode(', ', $types));
throw new TypeError('Value must be one of: '.implode(', ', $types));
}
}
}

0 comments on commit 766f437

Please sign in to comment.