Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsam726 authored and github-actions[bot] committed Aug 2, 2023
1 parent 3ae7015 commit 57ca2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Forms/Concerns/HasSignaturePadAttributes.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public function getStrokeMinDistance(): ?float
return $this->evaluate($this->strokeMinDistance);
}

public function getPenColor(): string|null
public function getPenColor(): ?string
{
return $this->evaluate($this->penColor);
}
Expand Down

0 comments on commit 57ca2dc

Please sign in to comment.