Skip to content

Commit

Permalink
WIP: fix for M4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TamaroWalter committed May 24, 2024
1 parent c43953f commit 178b7eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/letter/letter.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ class letter {
/** @var bool variable for the mustache template */
public bool $isbasic = true;

/** @var mixed color of the letter. Only used by mustache */
public mixed $lettercolor;
/** @var string color of the letter. Only used by mustache */
public string $lettercolor;

// Constructor.

Expand Down

0 comments on commit 178b7eb

Please sign in to comment.