Closed TheKeymaster closed 4 years ago
Merging #62 into develop will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## develop #62 +/- ##
========================================
Coverage 100% 100%
- Complexity 260 263 +3
========================================
Files 38 38
Lines 682 687 +5
========================================
+ Hits 682 687 +5
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
src/Requests/Request.php | 100% <100%> (ø) |
30 <0> (+3) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 2d465c5...a24d979. Read the comment docs.
Adding multiple attributes with the same key, will result in the array being added one level too much:
This fix resolves that issue to build the correct, expected URI.