| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 24 | public function mapRequestToNotificationTransfer( |
||
| 25 | Request $request, |
||
| 26 | HeidelpayNotificationTransfer $notificationTransfer |
||
| 27 | ): HeidelpayNotificationTransfer { |
||
| 28 | $notificationTransfer |
||
| 29 | ->setNotificationBody($request->getContent()) |
||
| 30 | ->setTimestamp($request->headers->get(static::HEADER_X_PUSH_TIMESTAMP)) |
||
| 31 | ->setRetries((int)$request->headers->get(static::HEADER_X_PUSH_RETRIES)); |
||
| 32 | |||
| 33 | return $notificationTransfer; |
||
| 34 | } |
||
| 36 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths