Skip to content

Fix PHP 8.4 compatibility warnings#16

Open
ymch wants to merge 1 commit into
ssahara:masterfrom
ymch:php8-warning-fix
Open

Fix PHP 8.4 compatibility warnings#16
ymch wants to merge 1 commit into
ssahara:masterfrom
ymch:php8-warning-fix

Conversation

@ymch

@ymch ymch commented Mar 25, 2026

Copy link
Copy Markdown

This PR fixes PHP 8.4 compatibility warnings (Dynamic Properties and Undefined Array Keys) while preserving the original plugin logic and comments.

Fixes #12

Updated syntax_plugin_extlist for PHP 8 compatibility by explicitly declaring properties and using null coalescing to avoid warnings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Multiple PHP warnings for missing array keys

1 participant