Skip to content

Commit

Permalink
chore: fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 8, 2024
1 parent 59a8fb9 commit a8ce769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/FieldTypes/Toggle.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function jsonSerialize(): mixed
/**
* Create a new instance of Toggle field type.
*
* @param boolean|string $value
* @param bool|string $value
*/
public function __construct($value = false)
{
Expand Down

0 comments on commit a8ce769

Please sign in to comment.