chore: code cleanup

This commit is contained in:
Björn Fromme
2025-08-21 14:20:43 +02:00
parent c4e28818e0
commit e36009008c
273 changed files with 547 additions and 531 deletions
+1 -1
View File
@@ -7,4 +7,4 @@ use Symfony\UX\TwigComponent\Attribute\AsTwigComponent;
#[AsTwigComponent(template: 'components/dropdown.html.twig')]
class DropDown
{
}
}
+1 -1
View File
@@ -9,4 +9,4 @@ class MessageBox
{
public string $message;
public string $type = 'info';
}
}