wp-cli / core-command

Downloads, installs, updates, and manages a WordPress installation.
MIT License
49 stars 50 forks source link

Fix fatal error in `core check-update` command #270

Closed Akash-Raj-ST closed 2 months ago

Akash-Raj-ST commented 2 months ago

Instead of returning false when no updates are found, the get_updates function returns an empty array [], ensuring consistent return type and preventing potential errors .

Fixes #267

thelovekesh commented 2 months ago

Thanks for the first contribution 🎉