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

IlyasDeckers / ody-core / 13532154862

25 Feb 2025 10:24PM UTC coverage: 30.374% (+1.7%) from 28.706%
13532154862

push

github

web-flow
Update php.yml

544 of 1791 relevant lines covered (30.37%)

9.13 hits per line

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

0.0
/src/Http/Convert/Psr7ToSymfonyRequest.php
1
<?php
2
declare(strict_types=1);
3
namespace Ody\Core\Http\Convert;
4

5
use Psr\Http\Message\ServerRequestInterface;
6
use Symfony\Component\HttpFoundation\Request;
7
use Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory;
8

9
class Psr7ToSymfonyRequest
10
{
11
    public function handle(ServerRequestInterface $request): Request
×
12
    {
13
        $httpFoundationFactory = new HttpFoundationFactory();
×
14

15
        return $httpFoundationFactory->createRequest($request);
×
16
    }
17
}
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