stream icon indicating copy to clipboard operation
stream copied to clipboard

CLI: Fix PHP Type error

Open Soean opened this issue 2 years ago • 1 comments

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

Soean avatar Jan 12 '24 14:01 Soean

Hey @kasparsd, the CLI query command is completely broken right now because of this. Will be great to get a patch release out asap if possible.

If you're open to adding some more maintainers I'd be happy to help in that regard from the Human Made side.

roborourke avatar May 15 '24 15:05 roborourke