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

systemsdk / docker-apache-php-laravel / #68

pending completion
#68

push

web-flow
Bump guzzlehttp/psr7 from 2.4.3 to 2.5.0 in /tools/04_php-coveralls

Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 2.4.3 to 2.5.0.
- [Release notes](https://github.com/guzzle/psr7/releases)
- [Changelog](https://github.com/guzzle/psr7/blob/2.5/CHANGELOG.md)
- [Commits](https://github.com/guzzle/psr7/compare/2.4.3...2.5.0)

---
updated-dependencies:
- dependency-name: guzzlehttp/psr7
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

19 of 42 relevant lines covered (45.24%)

0.45 hits per line

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

0.0
/app/Http/Middleware/TrustHosts.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace App\Http\Middleware;
6

7
use Illuminate\Http\Middleware\TrustHosts as Middleware;
8

9
class TrustHosts extends Middleware
10
{
11
    /**
12
     * Get the host patterns that should be trusted.
13
     *
14
     * @return array<int, string|null>
15
     */
16
    public function hosts(): array
17
    {
18
        return [
×
19
            $this->allSubdomainsOfApplicationUrl(),
×
20
        ];
×
21
    }
22
}
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

© 2025 Coveralls, Inc