stream
stream copied to clipboard
CLI: Fix PHP Type error
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
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.