Skip to content

Fix PHP 8.4 compatibility: explicit nullable and null key guard#290

Open
dimitrios-git wants to merge 1 commit into
phacility:masterfrom
dimitrios-git:master
Open

Fix PHP 8.4 compatibility: explicit nullable and null key guard#290
dimitrios-git wants to merge 1 commit into
phacility:masterfrom
dimitrios-git:master

Conversation

@dimitrios-git

Copy link
Copy Markdown
  • FutureProxy::__construct(): mark $proxied as explicitly nullable (?Future) PHP 8.4 deprecated implicitly nullable typed parameters.
  • mpull(): guard $result[$key] assignment against null keys Avoids null-as-array-key warnings in PHP 8.4+

- FutureProxy::__construct(): mark $proxied as explicitly nullable (?Future)
  PHP 8.4 deprecated implicitly nullable typed parameters.
- mpull(): guard $result[$key] assignment against null keys
  Avoids null-as-array-key warnings in PHP 8.4+
@cheack

cheack commented Jun 19, 2026

Copy link
Copy Markdown

There is already similar pull request - #285
But I doubt there's much point in it - Arcanist is officially dead.

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.

2 participants