-
-
Notifications
You must be signed in to change notification settings - Fork 438
Open
Description
This issue proposes enhancing PHPDoc blocks across core library files to improve the accuracy of static analysis tools like PHPStan.
Key focus areas include:
- Defining precise array shapes for complex data structures (e.g.,
$user,$config). - Adding missing type information for function parameters and return values.
- Reducing the number of
mixedandarraytypes where more specific types are known.
Improved static analysis helps catch subtle bugs and ensures that architectural assumptions remain valid as the codebase evolves.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels