| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 3 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 30 | 2 | public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface |
|
| 31 | { |
||
| 32 | 2 | $dbConfig = $request->getAttribute(ResourceMiddlewareInterface::DATA_RESOURCE); |
|
| 33 | |||
| 34 | 2 | return (new ResponseFactory())('Success', 200, 'configuration', $this->hydrator->extract($dbConfig)); |
|
| 35 | } |
||
| 36 | } |
||
| 37 |