opensearch-project / opensearch-php

Official PHP Client for OpenSearch
Other
109 stars 58 forks source link

fix: php 8.4 deprecations #226

Closed shyim closed 2 months ago

shyim commented 2 months ago

Description

Fix upcoming PHP 8.4 deprecations

Issues Resolved

Closes #224

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 60.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 28.07%. Comparing base (fc749ea) to head (cb12740). Report is 11 commits behind head on main.

Files Patch % Lines
src/OpenSearch/ClientBuilder.php 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #226 +/- ## ============================================ + Coverage 22.01% 28.07% +6.06% - Complexity 2260 2707 +447 ============================================ Files 309 377 +68 Lines 9026 11056 +2030 ============================================ + Hits 1987 3104 +1117 - Misses 7039 7952 +913 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.