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

valkyrjaio / valkyrja-starter-app-php / 24648952816

20 Apr 2026 04:48AM UTC coverage: 0.0%. Remained the same
24648952816

push

github

web-flow
[App] Simplify Config constructors and fix package header (#21)

# Description

Simplifies the `App\Cli\Config` and `App\Http\Config` constructors by
removing the explicit parameter re-declarations and passing defaults
directly to `parent::__construct()`. Also removes the now-unnecessary
`ConfigContract` implementation from `Http\Config` and corrects the file
header package name.

## 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

- **`app/src/App/Cli/Config.example.php`**
    - Simplified constructor
    - Removed redundant parameter declarations
    - Fixed package header
- **`app/src/App/Http/Config.example.php`**
    - Simplified constructor
    - Removed redundant parameter declarations and unused imports
    - Dropped `ConfigContract` implementation
    - Fixed package header

0 of 40 new or added lines in 2 files covered. (0.0%)

2 existing lines in 2 files now uncovered.

0 of 289 relevant lines covered (0.0%)

0.0 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/app/src/App/Http/Config.example.php


Source Not Available

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