-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update core classes with strict types and modern PHP features
The commit modernizes core PHP classes with: - Add strict type declarations and return type hints - Convert to match expressions and null coalescing operators - Add proper type hints for properties and parameters - Improve error handling and null safety - Optimize database operations and file handling - Add namespace declarations and use statements - Clean up code formatting and documentation - Remove redundant conditionals and simplify logic
- Loading branch information
Showing
28 changed files
with
3,708 additions
and
4,425 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.