• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

valkyrjaio / valkyrja-php / 27037895512
100%

Build:
DEFAULT BRANCH: 26.x
Ran 05 Jun 2026 08:18PM UTC
Jobs 1
Files 1139
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

05 Jun 2026 08:16PM UTC coverage: 99.952%. Remained the same
27037895512

push

github

web-flow
[Http] Remove unused Port enum to avoid confusion (#836)

# Description

Removes the unused `Valkyrja\Http\Message\Uri\Enum\Port` enum. Beyond
being dead code, it was actively misleading: the `HTTPS` case was
defined as `433` instead of the correct `443`, so anyone who later
relied on it would have introduced a subtle bug. Removing it eliminates
that trap and keeps the URI namespace clean.

---

## Types of Changes

- [x] Improvement _(non-breaking change which improves code)_
- [ ] Bug fix _(non-breaking change which fixes an issue)_
- [ ] New feature _(non-breaking change which adds functionality)_
- [ ] Deprecation _(breaking change which removes functionality)_
- [ ] Breaking change _(fix or feature that would cause existing
functionality to change)_
- [ ] Documentation improvement

---

## Changes

- **`src/Valkyrja/Http/Message/Uri/Enum/Port.php`** — deleted; the enum
was unreferenced anywhere in the codebase and its `HTTPS` case held an
incorrect value (`433` instead of `443`)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Chores**
  * Removed obsolete internal constants to improve code maintainability.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

12490 of 12496 relevant lines covered (99.95%)

15.51 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27037895512.1 05 Jun 2026 08:18PM UTC 1139
99.95
GitHub Action Run
Source Files on build 27037895512
  • Tree
  • List 1139
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27037895512
  • ed0b62f3 on github
  • Prev Build on 26.x (#27033611798)
  • Next Build on 26.x (#27094269090)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc