Skip to content

Commit

Permalink
Update WinBinder library with strict types and modern PHP features
Browse files Browse the repository at this point in the history
The commit modernizes the WinBinder library implementation by:
- Adding strict type declarations to all PHP files
- Improving code documentation with proper PHPDoc blocks
- Refactoring functions to use type hints and return type declarations
- Adding null coalescing operators and other modern PHP features
- Improving error handling and logging
- Restructuring code for better maintainability and readability
- Adding support for Win32 process management through exec() function
  • Loading branch information
jwaisner committed Dec 16, 2024
1 parent f2920e4 commit 4229632
Show file tree
Hide file tree
Showing 5 changed files with 1,395 additions and 2,096 deletions.
Loading

0 comments on commit 4229632

Please sign in to comment.