You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor code for PHP 8.4 compatibility
Added missing `void` return types and improved nullable type hints across methods to align with PHP 8.4 standards. Updated README for grammar and clarity and documented the updates in the changelog. Simplified bundle registration in test kernel.