Skip to content

Conversation

johguentner
Copy link
Member

@johguentner johguentner commented Apr 21, 2023

  • replace array_key_exists with Arr::exists(...)
  • if $responseBody == null, insert empty array
- replace `array_key_exists` with `Arr::exists(...)` - if `$responseBody` == null, insert empty array
@what-the-diff
Copy link

what-the-diff bot commented Apr 21, 2023

PR Summary

  • Improved array key checks
    Replaced the array_key_exists function with the more efficient Arr::exists method for better performance.
@johguentner
Copy link
Member Author

Fixes #132

@johguentner johguentner merged commit 4d5e556 into main Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1 participant