Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI: Fix PHP Type error #1475

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

CLI: Fix PHP Type error #1475

wants to merge 1 commit into from

Conversation

Soean
Copy link

@Soean Soean commented Jan 12, 2024

A record is an Object, not an Array, so we should use property_exists() instead array_key_exists.

Fixes #1474.

Release Changelog

  • Fix: PHP Uncaught TypeError in CLI command #1474

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.

CLI: PHP Uncaught TypeError
1 participant