Skip to content

Replace array_pop() with array_last()#98

Merged
tvdijen merged 1 commit into
release-3.xfrom
feature/array-last
Jun 30, 2026
Merged

Replace array_pop() with array_last()#98
tvdijen merged 1 commit into
release-3.xfrom
feature/array-last

Conversation

@tvdijen

@tvdijen tvdijen commented Jun 30, 2026

Copy link
Copy Markdown
Member

Closes #77

@tvdijen tvdijen changed the base branch from master to release-3.x June 30, 2026 20:37
@codecov

codecov Bot commented Jun 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.78%. Comparing base (284afbd) to head (c1ea65e).

Additional details and impacted files
@@              Coverage Diff               @@
##             release-3.x      #98   +/-   ##
==============================================
  Coverage          91.78%   91.78%           
  Complexity           948      948           
==============================================
  Files                219      219           
  Lines               3432     3432           
==============================================
  Hits                3150     3150           
  Misses               282      282           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@tvdijen tvdijen force-pushed the feature/array-last branch from 181a115 to c1ea65e Compare June 30, 2026 20:40
@tvdijen tvdijen merged commit ab0cfde into release-3.x Jun 30, 2026
33 of 34 checks passed
@tvdijen tvdijen deleted the feature/array-last branch June 30, 2026 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PHP 8.5: replace all instances of array_pop() in ::fromXML() with array_last()

1 participant