Autoformat

This commit is contained in:
brabli
2025-02-26 09:49:10 +00:00
parent 623fc60af2
commit fc9161b2d8
2 changed files with 13 additions and 11 deletions

View File

@@ -15,5 +15,7 @@ final readonly class BadgePalette
* @param string $backgroundColourClass Background colour Tailwind class
*/
public function __construct(public string $textColourClass, public string $borderColourClass, public string $backgroundColourClass)
{}
{
}
}