strikt types

This commit is contained in:
Troy Grunt
2026-02-15 14:45:02 +01:00
parent a093603c3c
commit cd031464e6
13 changed files with 77 additions and 69 deletions

View File

@@ -2,15 +2,6 @@
## Issue Drafts (Ready for Gitea/GitHub)
- #TODO Enable strict types + typed signatures
- Aufwand: `M`
- Labels: `quality`, `refactor`
- Ziel: Konsistente Typen und weniger implizite Typfehler.
- Akzeptanzkriterien:
- Alle PHP-Dateien starten mit `declare(strict_types=1);` (wo kompatibel).
- Oeffentliche Funktionen erhalten Rueckgabe-/Parameter-Typen.
- Inkompatible Stellen sind dokumentiert oder angepasst.
- #TODO Define unified error strategy
- Aufwand: `M`
- Labels: `quality`, `api`