phpunit icon indicating copy to clipboard operation
phpunit copied to clipboard

Fix Psalm baseline issues

Open HaruAtari opened this issue 2 years ago • 1 comments

Fix the InvalidPropertyAssignmentValue psalm issue in the \PHPUnit\Util\ExcludeList class

For the #4093

HaruAtari avatar May 08 '23 15:05 HaruAtari

Codecov Report

Merging #5355 (e27e1aa) into main (1eaedf8) will decrease coverage by 0.01%. The diff coverage is 75.00%.

@@             Coverage Diff              @@
##               main    #5355      +/-   ##
============================================
- Coverage     84.88%   84.88%   -0.01%     
- Complexity     6109     6111       +2     
============================================
  Files           651      651              
  Lines         19345    19347       +2     
============================================
+ Hits          16421    16422       +1     
- Misses         2924     2925       +1     
Impacted Files Coverage Δ
src/Util/ExcludeList.php 94.11% <75.00%> (-2.76%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov[bot] avatar May 09 '23 08:05 codecov[bot]

Thank you for your contribution. I appreciate the time you invested in preparing this pull request. However, I have decided not to merge it.

sebastianbergmann avatar Jan 13 '24 13:01 sebastianbergmann