Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use unpacking inside arrays #1147

Merged
merged 1 commit into from
May 15, 2024
Merged

Use unpacking inside arrays #1147

merged 1 commit into from
May 15, 2024

Conversation

AJenbo
Copy link
Member

@AJenbo AJenbo commented May 11, 2024

Type: refactoring
Breaking change: no

With unpacking in arrays (introduced in PHP 7.4) array_merge() can now be replaced by operators.

Copy link

codecov bot commented May 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.15%. Comparing base (5c0038e) to head (5281364).

Additional details and impacted files
@@            Coverage Diff            @@
##                3.x    #1147   +/-   ##
=========================================
  Coverage     92.14%   92.15%           
  Complexity     1278     1278           
=========================================
  Files           107      107           
  Lines          3375     3378    +3     
=========================================
+ Hits           3110     3113    +3     
  Misses          265      265           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@AJenbo AJenbo added this to the 3.0.0 milestone May 11, 2024
@AJenbo AJenbo force-pushed the unpack-arrays branch 3 times, most recently from 3cb03e8 to 7d975af Compare May 14, 2024 16:53
@ravage84 ravage84 merged commit 39a9529 into 3.x May 15, 2024
19 checks passed
@ravage84 ravage84 deleted the unpack-arrays branch May 15, 2024 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

2 participants