Total Complexity | 2 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | class FirstDataClient extends AbstractClient implements FirstDataClientInterface |
||
18 | { |
||
19 | /** |
||
20 | * {@inheritDoc} |
||
21 | * |
||
22 | * @api |
||
23 | * |
||
24 | * @param \Generated\Shared\Transfer\FirstDataHashRequestTransfer $firstDataHashRequestTransfer |
||
25 | * |
||
26 | * @throws \SprykerEco\Client\FirstData\Exception\InvalidArgumentsNumberProvided |
||
27 | * |
||
28 | * @return string |
||
29 | */ |
||
30 | public function generateHash(FirstDataHashRequestTransfer $firstDataHashRequestTransfer): string |
||
31 | { |
||
32 | return $this->getFactory() |
||
33 | ->createHashGenerator() |
||
34 | ->generateHash($firstDataHashRequestTransfer); |
||
35 | } |
||
36 | |||
37 | /** |
||
38 | * {@inheritDoc} |
||
39 | * |
||
40 | * @api |
||
41 | * |
||
42 | * @param \Generated\Shared\Transfer\FirstDataNotificationTransfer $firstDataNotificationTransfer |
||
43 | * |
||
44 | * @return \Generated\Shared\Transfer\FirstDataNotificationTransfer |
||
45 | */ |
||
46 | public function processNotification(FirstDataNotificationTransfer $firstDataNotificationTransfer): FirstDataNotificationTransfer |
||
51 | } |
||
52 | } |
||
53 |
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